Searched refs:crypto_aead_setkey (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/net/mac80211/
H A Daes_gmac.c79 err = crypto_aead_setkey(tfm, key, key_len);
H A Daead_api.c96 err = crypto_aead_setkey(tfm, key, key_len);
/linux-master/crypto/
H A Daead.c43 int crypto_aead_setkey(struct crypto_aead *tfm, function
62 EXPORT_SYMBOL_GPL(crypto_aead_setkey); variable
H A Dgeniv.c24 return crypto_aead_setkey(ctx->child, key, keylen);
H A Dpcrypt.c47 return crypto_aead_setkey(ctx->child, key, keylen);
H A Dsimd.c299 return crypto_aead_setkey(child, key, key_len);
H A Dalgif_aead.c504 return crypto_aead_setkey(tfm->aead, key, keylen);
H A Dessiv.c105 err = crypto_aead_setkey(tctx->u.aead, key, keylen);
H A Dgcm.c702 return crypto_aead_setkey(child, key, keylen);
910 return crypto_aead_setkey(child, key, keylen);
H A Dccm.c582 return crypto_aead_setkey(child, key, keylen);
H A Dtcrypt.c362 ret = crypto_aead_setkey(tfm, key, *keysize);
618 ret = crypto_aead_setkey(tfm, key, *keysize);
/linux-master/include/crypto/
H A Daead.h304 * crypto_aead_setkey() - set key for cipher
319 int crypto_aead_setkey(struct crypto_aead *tfm,
/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c170 if (crypto_aead_setkey(aead, key, AES_KEYSIZE_128)) {
/linux-master/drivers/crypto/qce/
H A Daead.c591 crypto_aead_setkey(ctx->fallback, key, keylen + QCE_CCM4309_SALT_SIZE) :
592 crypto_aead_setkey(ctx->fallback, key, keylen);
648 return crypto_aead_setkey(ctx->fallback, key, keylen);
/linux-master/net/wireless/
H A Dlib80211_crypt_ccmp.c369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN))
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c334 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN))
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c270 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen);
/linux-master/net/tls/
H A Dtls_device_fallback.c478 rc = crypto_aead_setkey(offload_ctx->aead_send,
/linux-master/fs/smb/server/
H A Dauth.c1148 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE);
1150 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE);
/linux-master/net/ipv4/
H A Desp4.c1024 err = crypto_aead_setkey(aead, x->aead->alg_key,
1126 err = crypto_aead_setkey(aead, key, keylen);
/linux-master/net/ipv6/
H A Desp6.c1067 err = crypto_aead_setkey(aead, x->aead->alg_key,
1169 err = crypto_aead_setkey(aead, key, keylen);
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c360 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen);
/linux-master/net/mac802154/
H A Dllsec.c134 if (crypto_aead_setkey(key->tfm[i], template->key,
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c176 if (crypto_aead_setkey(crypto->tfm, key, keylen))
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c3468 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
3487 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
3508 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
3573 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
3696 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);

Completed in 385 milliseconds

12