Searched refs:crypto_authenc_extractkeys (Results 1 – 10 of 10) sorted by relevance
| /linux/crypto/ |
| H A D | authenc.c | 44 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() function 80 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys); 91 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_setkey()
|
| H A D | essiv.c | 109 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in essiv_aead_setkey()
|
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-aead.c | 100 if (crypto_authenc_extractkeys(&keys, key, len)) in eip93_aead_setkey()
|
| /linux/drivers/crypto/qce/ |
| H A D | aead.c | 603 err = crypto_authenc_extractkeys(&authenc_keys, key, keylen); in qce_aead_setkey()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 209 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey() 294 err = crypto_authenc_extractkeys(&keys, key, keylen); in des3_aead_setkey()
|
| H A D | caamalg.c | 600 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey() 661 err = crypto_authenc_extractkeys(&keys, key, keylen); in des3_aead_setkey()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 834 status = crypto_authenc_extractkeys(&authenc_keys, key, keylen); in otx_cpt_aead_cbc_aes_sha_setkey()
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.c | 1779 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in sa_aead_setkey()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1426 ret = crypto_authenc_extractkeys(&keys, key, keylen); in sec_aead_setkey()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 2730 ret = crypto_authenc_extractkeys(&keys, key, keylen); in aead_authenc_setkey()
|