Home
last modified time | relevance | path

Searched refs:OP_ALG_ENCRYPT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c312 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in aead_null_set_sh_desc()
485 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in aead_set_sh_desc()
508 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in aead_set_sh_desc()
646 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in aead_set_sh_desc()
680 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in aead_set_sh_desc()
763 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in gcm_set_sh_desc()
962 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in rfc4106_set_sh_desc()
1136 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in rfc4543_set_sh_desc()
1546 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in ablkcipher_setkey()
1686 OP_ALG_AS_INITFINAL | OP_ALG_ENCRYPT); in ablkcipher_setkey()
[all …]
Dcaamhash.c296 append_operation(desc, op | state | OP_ALG_ENCRYPT); in ahash_ctx_data_to_out()
311 append_operation(desc, op | state | OP_ALG_ENCRYPT); in ahash_data_to_out()
341 OP_ALG_ENCRYPT); in ahash_set_sh_desc()
479 append_operation(desc, ctx->alg_type | OP_ALG_ENCRYPT | in hash_digest_key()
Ddesc.h1219 #define OP_ALG_ENCRYPT 1 macro