Home
last modified time | relevance | path

Searched refs:cbcmac_setkey (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-glue.c772 static int cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cbcmac_setkey() function
797 err = cbcmac_setkey(tfm, in_key, key_len); in cmac_setkey()
827 err = cbcmac_setkey(tfm, in_key, key_len); in xcbc_setkey()
836 return cbcmac_setkey(tfm, key, sizeof(key)); in xcbc_setkey()
992 .setkey = cbcmac_setkey,
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-glue.c800 static int cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cbcmac_setkey() function
825 err = cbcmac_setkey(tfm, in_key, key_len); in cmac_setkey()
855 err = cbcmac_setkey(tfm, in_key, key_len); in xcbc_setkey()
864 return cbcmac_setkey(tfm, key, sizeof(key)); in xcbc_setkey()
1020 .setkey = cbcmac_setkey,

Completed in 4 milliseconds