Searched refs:alg_type (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 113 u32 alg_type; member 340 append_operation(desc, ctx->alg_type | OP_ALG_AS_UPDATE | in ahash_set_sh_desc() 361 ahash_data_to_out(desc, have_key | ctx->alg_type, OP_ALG_AS_INIT, in ahash_set_sh_desc() 380 ahash_ctx_data_to_out(desc, have_key | ctx->alg_type, in ahash_set_sh_desc() 398 ahash_ctx_data_to_out(desc, have_key | ctx->alg_type, in ahash_set_sh_desc() 416 ahash_data_to_out(desc, have_key | ctx->alg_type, OP_ALG_AS_INITFINAL, in ahash_set_sh_desc() 479 append_operation(desc, ctx->alg_type | OP_ALG_ENCRYPT | in hash_digest_key() 1611 u32 alg_type; member 1637 .alg_type = OP_ALG_ALGSEL_SHA1, 1659 .alg_type = OP_ALG_ALGSEL_SHA224, [all …]
|
/linux-4.4.14/drivers/crypto/ |
D | picoxcell_crypto.c | 521 static int spacc_aead_do_fallback(struct aead_request *req, unsigned alg_type, in spacc_aead_do_fallback() argument 620 unsigned alg_type, bool is_encrypt) in spacc_aead_setup() argument 637 return spacc_aead_do_fallback(req, alg_type, is_encrypt); in spacc_aead_setup() 888 unsigned alg_type, bool is_encrypt) in spacc_ablk_do_fallback() argument 911 static int spacc_ablk_setup(struct ablkcipher_request *req, unsigned alg_type, in spacc_ablk_setup() argument 927 return spacc_ablk_do_fallback(req, alg_type, is_encrypt); in spacc_ablk_setup()
|