Home
last modified time | relevance | path

Searched refs:crypto_aead_setkey (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-aead.rst14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
/OK3568_Linux_fs/kernel/crypto/
H A Daead.c43 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function
62 EXPORT_SYMBOL_GPL(crypto_aead_setkey);
H A Dgeniv.c24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
H A Dpcrypt.c47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
H A Dsimd.c299 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
H A Dalgif_aead.c516 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
H A Dgcm.c706 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey()
914 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
H A Dfips140-selftests.c347 err = crypto_aead_setkey(tfm, vec->key, vec->key_size); in fips_test_aead()
H A Dessiv.c105 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Daes_gmac.c79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
H A Daead_api.c96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14020 crypto_aead_setkey
H A Dabi_gki_aarch64_virtual_device758 crypto_aead_setkey
/OK3568_Linux_fs/kernel/include/crypto/
H A Daead.h299 int crypto_aead_setkey(struct crypto_aead *tfm,
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c339 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c347 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_ccmp.c369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device_fallback.c464 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
/OK3568_Linux_fs/kernel/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c267 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c207 ret = crypto_aead_setkey(out->async.as, keyp, keylen); in cryptodev_cipher_init()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Desp6.c1078 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
1175 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Desp4.c1037 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
1134 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_skcipher_utils.c379 ret = crypto_aead_setkey(ctx->fallback_aead, ctx->key, ctx->keylen); in rk_aead_fallback()
/OK3568_Linux_fs/kernel/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c374 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c3465 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey()
3484 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey()
3505 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey()
3570 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey()
3693 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()

12