Searched refs:cra_reqsize (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | crypto.h | 340 unsigned int cra_reqsize; member 464 return tfm->__crt_alg->cra_reqsize; in crypto_tfm_alg_reqsize()
|
| /linux/drivers/crypto/aspeed/ |
| H A D | aspeed-hace-hash.c | 643 .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 D | dthev2-aes.c | 475 .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 D | ahash.c | 953 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 D | hmac.c | 491 inst->alg.halg.base.cra_reqsize = sizeof(struct ahash_request) + in hmac_create_ahash() 492 alg->cra_reqsize; in hmac_create_ahash()
|
| H A D | shash.c | 514 base->cra_reqsize = sizeof(struct shash_desc) + alg->descsize; in shash_prepare_alg()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_comp_algs.c | 243 .cra_reqsize = sizeof(struct qat_compression_req),
|
| /linux/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_main.c | 1679 .cra_reqsize = sizeof(u32),
|