Searched refs:crypto_shash_digestsize (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/security/apparmor/
H A Dcrypto.c88 apparmor_hash_size = crypto_shash_digestsize(apparmor_tfm); init_profile_hash()
/linux-4.1.27/arch/s390/crypto/
H A Dsha_common.c97 memcpy(out, ctx->state, crypto_shash_digestsize(desc->tfm)); s390_sha_final()
/linux-4.1.27/include/crypto/
H A Dsha256_base.h118 unsigned int digest_size = crypto_shash_digestsize(desc->tfm); sha256_base_finish()
H A Dsha512_base.h121 unsigned int digest_size = crypto_shash_digestsize(desc->tfm); sha512_base_finish()
H A Dhash.h672 * crypto_shash_digestsize() - obtain message digest size
680 static inline unsigned int crypto_shash_digestsize(struct crypto_shash *tfm) crypto_shash_digestsize() function
832 * large enough by using crypto_shash_digestsize.
/linux-4.1.27/crypto/
H A Dhmac.c48 int ds = crypto_shash_digestsize(parent); hmac_setkey()
127 int ds = crypto_shash_digestsize(parent); hmac_final()
144 int ds = crypto_shash_digestsize(parent); hmac_finup()
H A Dshash.c117 unsigned int ds = crypto_shash_digestsize(tfm); shash_final_unaligned()
H A Ddrbg.c1590 BUG_ON(drbg_blocklen(drbg) != crypto_shash_digestsize(tfm)); drbg_init_hash_kernel()
/linux-4.1.27/security/integrity/ima/
H A Dima_crypto.c365 hash->length = crypto_shash_digestsize(tfm); ima_calc_file_hash_tfm()
470 hash->length = crypto_shash_digestsize(tfm); ima_calc_field_array_hash_tfm()
568 hash->length = crypto_shash_digestsize(tfm); ima_calc_boot_aggregate()
/linux-4.1.27/crypto/asymmetric_keys/
H A Dx509_public_key.c161 digest_size = crypto_shash_digestsize(tfm); x509_get_sig_params()
H A Dpkcs7_verify.c49 sinfo->sig.digest_size = digest_size = crypto_shash_digestsize(tfm); pkcs7_digest()
H A Dverify_pefile.c341 digest_size = crypto_shash_digestsize(tfm); pefile_digest_pe()
/linux-4.1.27/kernel/
H A Dmodule_signing.c63 digest_size = crypto_shash_digestsize(tfm); mod_make_digest()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-sha.c246 unsigned int digest_size = crypto_shash_digestsize(shash); ccp_sha_setkey()
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c163 int digest_size = crypto_shash_digestsize(ctx->hash_tfm); qat_alg_do_precomputes()
372 roundup(crypto_shash_digestsize(ctx->hash_tfm), 8) * 2); qat_alg_aead_init_dec_session()
414 roundup(crypto_shash_digestsize(ctx->hash_tfm), 8) * 2) >> 3; qat_alg_aead_init_dec_session()
/linux-4.1.27/drivers/md/
H A Ddm-verity.c845 v->digest_size = crypto_shash_digestsize(v->tfm); verity_ctr()
H A Ddm-crypt.c514 crypto_shash_digestsize(lmk->hash_tfm)); crypt_iv_lmk_init()
/linux-4.1.27/drivers/crypto/
H A Domap-sham.c952 int ds = crypto_shash_digestsize(bctx->shash); omap_sham_finish_hmac()
1189 int ds = crypto_shash_digestsize(bctx->shash); omap_sham_setkey()
H A Dmv_cesa.c790 ds = crypto_shash_digestsize(ctx->base_hash); mv_hash_setkey()
H A Dn2_core.c461 ds = crypto_shash_digestsize(child_shash); n2_hmac_async_setkey()

Completed in 345 milliseconds