Searched refs:crypto_authenc_extractkeys (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/include/crypto/ |
A D | authenc.h | 29 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
|
/linux-6.3-rc2/crypto/ |
A D | authenc.c | 46 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() function 82 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys); 93 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_setkey()
|
A D | authencesn.c | 67 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
|
A D | essiv.c | 109 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in essiv_aead_setkey()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | ixp4xx_crypto.c | 1247 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey() 1275 err = crypto_authenc_extractkeys(&keys, key, keylen); in des3_aead_setkey()
|
A D | talitos.c | 896 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey() 930 err = crypto_authenc_extractkeys(&keys, key, keylen); in aead_des3_setkey()
|
A D | sa2ul.c | 1809 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in sa_aead_setkey()
|
A D | atmel-aes.c | 2109 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in atmel_aes_authenc_setkey()
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | aead.c | 603 err = crypto_authenc_extractkeys(&authenc_keys, key, keylen); in qce_aead_setkey()
|
/linux-6.3-rc2/drivers/crypto/caam/ |
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()
|
A D | caamalg.c | 590 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey() 651 err = crypto_authenc_extractkeys(&keys, key, keylen); in des3_aead_setkey()
|
A D | caamalg_qi2.c | 296 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey() 335 err = crypto_authenc_extractkeys(&keys, key, keylen); in des3_aead_setkey()
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_aead.c | 560 rc = crypto_authenc_extractkeys(&keys, key, keylen); in cc_aead_setkey() 644 err = crypto_authenc_extractkeys(&keys, key, keylen); in cc_des3_aead_setkey()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | qat_algs.c | 553 if (crypto_authenc_extractkeys(&keys, key, keylen)) in qat_alg_aead_init_sessions()
|
/linux-6.3-rc2/drivers/crypto/chelsio/ |
A D | chcr_algo.c | 3569 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in chcr_authenc_setkey() 3692 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in chcr_aead_digest_null_setkey()
|
/linux-6.3-rc2/drivers/crypto/hisilicon/sec2/ |
A D | sec_crypto.c | 1175 if (crypto_authenc_extractkeys(&keys, key, keylen)) in sec_aead_setkey()
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_cipher.c | 413 if (unlikely(crypto_authenc_extractkeys(&keys, key, len))) in safexcel_aead_setkey()
|
/linux-6.3-rc2/drivers/crypto/bcm/ |
A D | cipher.c | 2732 ret = crypto_authenc_extractkeys(&keys, key, keylen); in aead_authenc_setkey()
|
Completed in 70 milliseconds