Searched refs:crypto_aead_setkey (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/net/mac80211/ |
H A D | aes_gmac.c | 71 err = crypto_aead_setkey(tfm, key, key_len); ieee80211_aes_gmac_key_setup()
|
H A D | aes_ccm.c | 87 err = crypto_aead_setkey(tfm, key, key_len); ieee80211_aes_key_setup_encrypt()
|
H A D | aes_gcm.c | 82 err = crypto_aead_setkey(tfm, key, key_len); ieee80211_aes_gcm_key_setup_encrypt()
|
/linux-4.1.27/net/ipv4/ |
H A D | esp4.c | 532 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 D | esp6.c | 474 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 D | algif_aead.c | 581 return crypto_aead_setkey(private, key, keylen); aead_setkey()
|
H A D | pcrypt.c | 106 return crypto_aead_setkey(ctx->child, key, keylen); pcrypt_aead_setkey()
|
H A D | gcm.c | 874 err = crypto_aead_setkey(child, key, keylen); crypto_rfc4106_setkey() 1085 err = crypto_aead_setkey(child, key, keylen); crypto_rfc4543_setkey()
|
H A D | ccm.c | 654 err = crypto_aead_setkey(child, key, keylen); crypto_rfc4309_setkey()
|
H A D | testmgr.c | 522 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 D | tcrypt.c | 357 ret = crypto_aead_setkey(tfm, key, *keysize); test_aead_speed()
|
/linux-4.1.27/net/mac802154/ |
H A D | llsec.c | 139 if (crypto_aead_setkey(key->tfm[i], template->key, llsec_key_alloc()
|
/linux-4.1.27/include/linux/ |
H A D | crypto.h | 1333 * 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 D | picoxcell_crypto.c | 484 return crypto_aead_setkey(ctx->sw_cipher, key, len); spacc_aead_aes_setkey()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 959 ret = crypto_aead_setkey(child, key, key_len); rfc4106_set_key()
|
Completed in 430 milliseconds