Searched refs:crypto_authenc_extractkeys (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/include/crypto/ |
H A D | authenc.h | 34 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
|
/linux-4.4.14/crypto/ |
H A D | authenc.c | 51 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, crypto_authenc_extractkeys() function 79 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys); variable 90 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) crypto_authenc_setkey()
|
H A D | authencesn.c | 72 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) crypto_authenc_esn_setkey()
|
/linux-4.4.14/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 1162 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) aead_setkey()
|
H A D | picoxcell_crypto.c | 466 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) spacc_aead_setkey()
|
H A D | talitos.c | 854 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) aead_setkey()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 536 if (crypto_authenc_extractkeys(&keys, key, keylen)) qat_alg_aead_init_sessions()
|
/linux-4.4.14/drivers/crypto/caam/ |
H A D | caamalg.c | 1293 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) aead_setkey()
|
Completed in 473 milliseconds