Home
last modified time | relevance | path

Searched refs:cra_reqsize (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dcrypto.h340 unsigned int cra_reqsize; member
464 return tfm->__crt_alg->cra_reqsize; in crypto_tfm_alg_reqsize()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c643 .cra_reqsize = sizeof(struct aspeed_sham_reqctx),
675 .cra_reqsize = sizeof(struct aspeed_sham_reqctx),
707 .cra_reqsize = sizeof(struct aspeed_sham_reqctx),
742 .cra_reqsize = sizeof(struct aspeed_sham_reqctx),
774 .cra_reqsize = sizeof(struct aspeed_sham_reqctx),
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c475 .cra_reqsize = sizeof(struct dthe_aes_req_ctx),
498 .cra_reqsize = sizeof(struct dthe_aes_req_ctx),
523 .cra_reqsize = sizeof(struct dthe_aes_req_ctx),
/linux/crypto/
H A Dahash.c953 if (base->cra_reqsize && base->cra_reqsize < alg->halg.statesize) in ahash_prepare_alg()
957 base->cra_reqsize > MAX_SYNC_HASH_REQSIZE) in ahash_prepare_alg()
984 base->cra_reqsize += base->cra_blocksize + 1; in ahash_prepare_alg()
H A Dhmac.c491 inst->alg.halg.base.cra_reqsize = sizeof(struct ahash_request) + in hmac_create_ahash()
492 alg->cra_reqsize; in hmac_create_ahash()
H A Dshash.c514 base->cra_reqsize = sizeof(struct shash_desc) + alg->descsize; in shash_prepare_alg()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c243 .cra_reqsize = sizeof(struct qat_compression_req),
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1679 .cra_reqsize = sizeof(u32),