Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dauthenc.h34 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
/linux-4.4.14/crypto/
Dauthenc.c51 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() function
79 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys);
90 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_setkey()
Dauthencesn.c72 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c1162 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
Dpicoxcell_crypto.c466 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in spacc_aead_setkey()
Dtalitos.c854 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c536 if (crypto_authenc_extractkeys(&keys, key, keylen)) in qat_alg_aead_init_sessions()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c1293 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()