Searched refs:crypto_authenc_extractkeys (Results 1 – 7 of 7) 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 | authencesn.c | 65 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
|
| H A D | essiv.c | 109 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in essiv_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/inside-secure/ |
| H A D | safexcel_cipher.c | 413 if (unlikely(crypto_authenc_extractkeys(&keys, key, len))) in safexcel_aead_setkey()
|