Searched refs:crypto_authenc_extractkeys (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | authenc.h | 34 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
|
/linux-4.4.14/crypto/ |
D | authenc.c | 51 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()
|
D | authencesn.c | 72 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
|
/linux-4.4.14/drivers/crypto/ |
D | ixp4xx_crypto.c | 1162 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|
D | picoxcell_crypto.c | 466 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in spacc_aead_setkey()
|
D | talitos.c | 854 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 536 if (crypto_authenc_extractkeys(&keys, key, keylen)) in qat_alg_aead_init_sessions()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 1293 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|