Home
last modified time | relevance | path

Searched refs:crypto_authenc_extractkeys (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/crypto/
Dauthenc.h34 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
/linux-4.1.27/crypto/
Dauthenc.c55 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() function
83 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys);
94 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_setkey()
Dauthencesn.c68 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c1153 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
Dpicoxcell_crypto.c501 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in spacc_aead_setkey()
Dtalitos.c685 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c527 if (crypto_authenc_extractkeys(&keys, key, keylen)) in qat_alg_aead_init_sessions()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c1663 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()