| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-aead.rst | 14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | aead.c | 43 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function 62 EXPORT_SYMBOL_GPL(crypto_aead_setkey);
|
| H A D | geniv.c | 24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
|
| H A D | pcrypt.c | 47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
|
| H A D | simd.c | 299 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
|
| H A D | algif_aead.c | 516 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
|
| H A D | gcm.c | 706 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 D | fips140-selftests.c | 347 err = crypto_aead_setkey(tfm, vec->key, vec->key_size); in fips_test_aead()
|
| H A D | essiv.c | 105 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | aes_gmac.c | 79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
|
| H A D | aead_api.c | 96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 20 crypto_aead_setkey
|
| H A D | abi_gki_aarch64_virtual_device | 758 crypto_aead_setkey
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | aead.h | 299 int crypto_aead_setkey(struct crypto_aead *tfm,
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_ccmp.c | 339 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 D | ieee80211_crypt_ccmp.c | 347 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_ccmp.c | 369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_device_fallback.c | 464 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/xilinx/ |
| H A D | zynqmp-aes-gcm.c | 267 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 D | cryptlib.c | 207 ret = crypto_aead_setkey(out->async.as, keyp, keylen); in cryptodev_cipher_init()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | esp6.c | 1078 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 D | esp4.c | 1037 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 D | rk_crypto_skcipher_utils.c | 379 ret = crypto_aead_setkey(ctx->fallback_aead, ctx->key, ctx->keylen); in rk_aead_fallback()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_alg.c | 374 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 3465 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()
|