Lines Matching defs:encrypt
3027 * encrypt | decrypt
3715 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens)
3731 xform_cipher->cipher.op = encrypt ? RTE_CRYPTO_CIPHER_OP_ENCRYPT :
3788 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens)
3806 xform_auth->auth.op = encrypt ? RTE_CRYPTO_AUTH_OP_GENERATE :
3841 7, encrypt, used_n_tokens);
3847 if (encrypt) {
3869 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens)
3887 xform_aead->aead.op = encrypt ? RTE_CRYPTO_AEAD_OP_ENCRYPT :
3974 uint32_t encrypt;
3984 if (strcmp(tokens[1], "encrypt") == 0)
3985 encrypt = 1;
3987 encrypt = 0;
3998 n_tokens, encrypt, &used_n_tokens);
4004 tokens, n_tokens, encrypt, &used_n_tokens);
4010 n_tokens, encrypt, &used_n_tokens);