Searched refs:xts_verify_key (Results 1 – 10 of 10) sorted by relevance
| /linux/include/crypto/ |
| H A D | xts.h | 11 static inline int xts_verify_key(struct crypto_skcipher *tfm, in xts_verify_key() function
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 240 err = xts_verify_key(cipher, key, keylen); in cvm_xts_setkey()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_skcipher.c | 344 ret = xts_verify_key(cipher, key, keylen); in nitrox_aes_xts_setkey()
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 253 err = xts_verify_key(tfm, in_key, key_len); in aesbs_xts_setkey()
|
| H A D | sm4-ce-glue.c | 92 ret = xts_verify_key(tfm, key, key_len); in sm4_xts_setkey()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 402 ret = xts_verify_key(tfm, key, keylen); in otx_cpt_skcipher_xts_setkey()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 745 err = xts_verify_key(skcipher, key, keylen); in xts_skcipher_setkey()
|
| H A D | caamalg.c | 918 err = xts_verify_key(skcipher, key, keylen); in xts_skcipher_setkey()
|
| H A D | caamalg_qi2.c | 1074 err = xts_verify_key(skcipher, key, keylen); in xts_skcipher_setkey()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 412 ret = xts_verify_key(tfm, key, keylen); in tegra_xts_setkey()
|