| /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/arch/powerpc/crypto/ |
| H A D | aes_xts.c | 63 ret = xts_verify_key(tfm, key, keylen); in p8_aes_xts_setkey()
|
| H A D | aes-spe-glue.c | 101 err = xts_verify_key(tfm, in_key, key_len); in ppc_xts_setkey()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-xts.c | 82 ret = xts_verify_key(tfm, key, key_len); in ccp_aes_xts_setkey()
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 240 err = xts_verify_key(tfm, in_key, key_len); in aesbs_xts_setkey()
|
| H A D | aes-ce-glue.c | 154 ret = xts_verify_key(tfm, in_key, key_len); in xts_set_key()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 240 err = xts_verify_key(cipher, key, keylen); in cvm_xts_setkey()
|
| /linux/crypto/ |
| H A D | xts.c | 49 err = xts_verify_key(parent, key, keylen); in 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/riscv/crypto/ |
| H A D | aes-riscv64-glue.c | 304 return xts_verify_key(tfm, key, keylen) ?: in riscv64_aes_xts_setkey()
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 266 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()
|
| H A D | aes-glue.c | 149 ret = xts_verify_key(tfm, in_key, key_len); in xts_set_key()
|
| /linux/arch/s390/crypto/ |
| H A D | paes_s390.c | 1217 xts_verify_key(tfm, in_key, in_keylen)) in xts_paes_setkey() 1241 rc = xts_verify_key(tfm, ckey, 2 * ckey_len); in xts_paes_setkey()
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 325 ret = xts_verify_key(tfm, key, keylen); in sec_alg_skcipher_setkey_aes_xts()
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_cipher.c | 457 xts_verify_key(sktfm, key, keylen)) { in cc_cipher_setkey()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs.c | 896 ret = xts_verify_key(tfm, key, keylen); in qat_alg_skcipher_xts_setkey()
|
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 363 err = xts_verify_key(tfm, key, keylen); in xts_setkey_aesni()
|
| /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/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 421 ret = xts_verify_key(tfm, key, keylen); in otx2_cpt_skcipher_xts_setkey()
|
| /linux/drivers/crypto/ |
| H A D | atmel-aes.c | 1683 err = xts_verify_key(tfm, key, keylen); in atmel_aes_xts_setkey()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 1628 ret = xts_verify_key(cipher, key, keylen); in artpec6_crypto_xts_set_key()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 745 err = xts_verify_key(skcipher, key, keylen); in xts_skcipher_setkey()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 409 ret = xts_verify_key(tfm, key, keylen); in tegra_xts_setkey()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 908 ret = xts_verify_key(tfm, key, keylen); in sec_skcipher_setkey()
|