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

/linux-4.1.27/net/mac80211/
H A Daes_gmac.c71 err = crypto_aead_setkey(tfm, key, key_len); ieee80211_aes_gmac_key_setup()
H A Daes_ccm.c87 err = crypto_aead_setkey(tfm, key, key_len); ieee80211_aes_key_setup_encrypt()
H A Daes_gcm.c82 err = crypto_aead_setkey(tfm, key, key_len); ieee80211_aes_gcm_key_setup_encrypt()
/linux-4.1.27/net/ipv4/
H A Desp4.c532 err = crypto_aead_setkey(aead, x->aead->alg_key, esp_init_aead()
625 err = crypto_aead_setkey(aead, key, keylen); esp_init_authenc()
/linux-4.1.27/net/ipv6/
H A Desp6.c474 err = crypto_aead_setkey(aead, x->aead->alg_key, esp_init_aead()
567 err = crypto_aead_setkey(aead, key, keylen); esp_init_authenc()
/linux-4.1.27/crypto/
H A Dalgif_aead.c581 return crypto_aead_setkey(private, key, keylen); aead_setkey()
H A Dpcrypt.c106 return crypto_aead_setkey(ctx->child, key, keylen); pcrypt_aead_setkey()
H A Dgcm.c874 err = crypto_aead_setkey(child, key, keylen); crypto_rfc4106_setkey()
1085 err = crypto_aead_setkey(child, key, keylen); crypto_rfc4543_setkey()
H A Dccm.c654 err = crypto_aead_setkey(child, key, keylen); crypto_rfc4309_setkey()
H A Dtestmgr.c522 ret = crypto_aead_setkey(tfm, key, template[i].klen); __test_aead()
623 ret = crypto_aead_setkey(tfm, key, template[i].klen); __test_aead()
H A Dtcrypt.c357 ret = crypto_aead_setkey(tfm, key, *keysize); test_aead_speed()
/linux-4.1.27/net/mac802154/
H A Dllsec.c139 if (crypto_aead_setkey(key->tfm[i], template->key, llsec_key_alloc()
/linux-4.1.27/include/linux/
H A Dcrypto.h1333 * crypto_aead_setkey() - set key for cipher
1348 static inline int crypto_aead_setkey(struct crypto_aead *tfm, const u8 *key, crypto_aead_setkey() function
/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c484 return crypto_aead_setkey(ctx->sw_cipher, key, len); spacc_aead_aes_setkey()
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c959 ret = crypto_aead_setkey(child, key, key_len); rfc4106_set_key()

Completed in 547 milliseconds