Lines Matching refs:encrypt
3799 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher() argument
3815 xform_cipher->cipher.op = encrypt ? RTE_CRYPTO_CIPHER_OP_ENCRYPT : in parse_table_action_cipher()
3872 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher_auth() argument
3890 xform_auth->auth.op = encrypt ? RTE_CRYPTO_AUTH_OP_GENERATE : in parse_table_action_cipher_auth()
3925 7, encrypt, used_n_tokens); in parse_table_action_cipher_auth()
3931 if (encrypt) { in parse_table_action_cipher_auth()
3953 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_aead() argument
3971 xform_aead->aead.op = encrypt ? RTE_CRYPTO_AEAD_OP_ENCRYPT : in parse_table_action_aead()
4058 uint32_t encrypt; in parse_table_action_sym_crypto() local
4069 encrypt = 1; in parse_table_action_sym_crypto()
4071 encrypt = 0; in parse_table_action_sym_crypto()
4082 n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()
4088 tokens, n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()
4094 n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()