Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c727 static int cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cbcmac_setkey() function
752 err = cbcmac_setkey(tfm, in_key, key_len); in cmac_setkey()
782 err = cbcmac_setkey(tfm, in_key, key_len); in xcbc_setkey()
791 return cbcmac_setkey(tfm, key, sizeof(key)); in xcbc_setkey()
947 .setkey = cbcmac_setkey,