Home
last modified time | relevance | path

Searched refs:alg_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c113 u32 alg_type; member
332 append_operation(desc, ctx->alg_type | OP_ALG_AS_UPDATE | in ahash_set_sh_desc()
353 ahash_data_to_out(desc, have_key | ctx->alg_type, OP_ALG_AS_INIT, in ahash_set_sh_desc()
372 ahash_ctx_data_to_out(desc, have_key | ctx->alg_type, in ahash_set_sh_desc()
390 ahash_ctx_data_to_out(desc, have_key | ctx->alg_type, in ahash_set_sh_desc()
408 ahash_data_to_out(desc, have_key | ctx->alg_type, OP_ALG_AS_INITFINAL, in ahash_set_sh_desc()
471 append_operation(desc, ctx->alg_type | OP_ALG_ENCRYPT | in hash_digest_key()
1606 u32 alg_type; member
1631 .alg_type = OP_ALG_ALGSEL_SHA1,
1652 .alg_type = OP_ALG_ALGSEL_SHA224,
[all …]
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c566 static int spacc_aead_do_fallback(struct aead_request *req, unsigned alg_type, in spacc_aead_do_fallback() argument
682 unsigned alg_type, bool is_encrypt) in spacc_aead_setup() argument
700 return spacc_aead_do_fallback(req, alg_type, is_encrypt); in spacc_aead_setup()
977 unsigned alg_type, bool is_encrypt) in spacc_ablk_do_fallback() argument
1000 static int spacc_ablk_setup(struct ablkcipher_request *req, unsigned alg_type, in spacc_ablk_setup() argument
1016 return spacc_ablk_do_fallback(req, alg_type, is_encrypt); in spacc_ablk_setup()