Home
last modified time | relevance | path

Searched refs:crypto_ahash_setkey (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst17 …ze crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahas…
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14022 crypto_ahash_setkey
H A Dabi_gki_aarch64_qcom280 crypto_ahash_setkey
H A Dabi_gki_aarch64_rockchip153 crypto_ahash_setkey
/OK3568_Linux_fs/kernel/crypto/
H A Dahash.c172 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey() function
191 EXPORT_SYMBOL_GPL(crypto_ahash_setkey);
H A Dalgif_hash.c406 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
H A Dauthencesn.c73 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
H A Dauthenc.c99 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
H A Dccm.c105 return crypto_ahash_setkey(mac, key, keylen); in crypto_ccm_setkey()
H A Dgcm.c140 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()
H A Dtcrypt.c869 crypto_ahash_setkey(tfm, tvmem[0], klen); in test_mb_ahash_speed()
1104 crypto_ahash_setkey(tfm, tvmem[0], klen); in test_ahash_speed_common()
H A Dtestmgr.c1384 err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, in test_ahash_vec_cfg()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c181 err = crypto_ahash_setkey(tfm, cksumkey, in make_checksum()
274 err = crypto_ahash_setkey(tfm, cksumkey, kctx->gk5e->keylength); in make_checksum_v2()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c262 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h434 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dghash-ce-glue.c298 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c365 ret = crypto_ahash_setkey(hdata->async.s, mackey, mackeylen); in cryptodev_hash_init()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_ahash_utils.c128 crypto_ahash_setkey(ahash_tfm, key, key_len); in rk_ahash_fallback_digest()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dah4.c494 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dah6.c693 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_tkip.c550 if (crypto_ahash_setkey(tfm_michael, key, 8))
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dn2_core.c468 err = crypto_ahash_setkey(fallback_tfm, key, keylen); in n2_hmac_async_setkey()
H A Datmel-sha.c2215 return crypto_ahash_setkey(tfm, key, keylen); in atmel_sha_authenc_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2443 ret = crypto_ahash_setkey(ctx->fback, key, in safexcel_sha3_fbcheck()