Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_desc.c102 OP_ALG_ENCRYPT); in cnstr_shdsc_aead_null_encap()
303 OP_ALG_ENCRYPT); in cnstr_shdsc_aead_encap()
349 OP_ALG_ENCRYPT); in cnstr_shdsc_aead_encap()
561 OP_ALG_ENCRYPT); in cnstr_shdsc_aead_givencap()
596 OP_ALG_ENCRYPT); in cnstr_shdsc_aead_givencap()
654 OP_ALG_ENCRYPT); in cnstr_shdsc_gcm_encap()
878 OP_ALG_ENCRYPT); in cnstr_shdsc_rfc4106_encap()
1071 OP_ALG_ENCRYPT); in cnstr_shdsc_rfc4543_encap()
1280 OP_ALG_ENCRYPT); in cnstr_shdsc_ablkcipher_encap()
1429 OP_ALG_ENCRYPT); in cnstr_shdsc_ablkcipher_givencap()
[all …]
Dcaamhash.c277 append_operation(desc, op | state | OP_ALG_ENCRYPT); in ahash_gen_sh_desc()
389 append_operation(desc, ctx->adata.algtype | OP_ALG_ENCRYPT | in hash_digest_key()
Ddesc.h1237 #define OP_ALG_ENCRYPT 1 macro