Searched refs:crypto_ahash_reqsize (Results 1 – 15 of 15) sorted by relevance
441 * crypto_ahash_reqsize() - obtain size of the request data structure446 static inline unsigned int crypto_ahash_reqsize(struct crypto_ahash *tfm) in crypto_ahash_reqsize() function 612 crypto_ahash_reqsize(tfm), gfp); in ahash_request_alloc_noprof() 630 crypto_ahash_reqsize(crypto_ahash_reqtfm(req))); in ahash_request_zero()
17 :functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
418 if (crypto_ahash_reqsize(parent) < sizeof(struct ahash_request) + in hmac_init_ahash_tfm() 419 crypto_ahash_reqsize(hash)) in hmac_init_ahash_tfm()
413 unsigned int len = sizeof(*ctx) + crypto_ahash_reqsize(tfm); in hash_accept_parent_nokey()
305 crypto_ahash_reqsize(auth) + in crypto_authenc_init_tfm()
369 umax(sizeof(struct ahash_request) + crypto_ahash_reqsize(auth), in krb5enc_init_tfm()
416 max(crypto_ahash_reqsize(mac), crypto_skcipher_reqsize(ctr))); in crypto_ccm_init_tfm()
544 crypto_ahash_reqsize(ghash))); in crypto_gcm_init_tfm()
1526 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1599 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
58 len += sizeof(struct ahash_request) + crypto_ahash_reqsize(ahash); in ah_alloc_tmp() 98 crypto_ahash_reqsize(ahash), in ah_req_sg()
363 crypto_ahash_reqsize(tctx->fallback_tfm)); in rk_hash_init_tfm()
61 crypto_ahash_reqsize(op->fallback_tfm)); in sun8i_ce_hash_init_tfm()
392 crypto_ahash_reqsize(ctx->ahash_fbk)); in starfive_hash_init_tfm()
576 crypto_ahash_reqsize(ctx->fallback_tfm)); in tegra_sha_init_fallback()
2422 crypto_ahash_reqsize(ctx->fback))); in safexcel_sha3_cra_init()