Searched refs:crypto_authenc_extractkeys (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | authenc.h | 34 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key,
|
/Linux-v4.19/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-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 194 if (crypto_authenc_extractkeys(&keys, key, len) != 0) in safexcel_aead_aes_setkey()
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 537 if (crypto_authenc_extractkeys(&keys, key, keylen)) in qat_alg_aead_init_sessions()
|
/Linux-v4.19/drivers/crypto/ |
D | ixp4xx_crypto.c | 1156 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|
D | picoxcell_crypto.c | 487 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in spacc_aead_setkey()
|
D | atmel-aes.c | 2132 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in atmel_aes_authenc_setkey()
|
D | talitos.c | 889 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 3389 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) { in chcr_authenc_setkey() 3520 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) { in chcr_aead_digest_null_setkey()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg_qi.c | 207 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|
D | caamalg.c | 522 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
|