Searched refs:simd_skcipher_create_compat (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/crypto/internal/ |
H A D | simd.h | 17 struct simd_skcipher_alg *simd_skcipher_create_compat(struct skcipher_alg *ialg,
|
/openbmc/linux/crypto/ |
H A D | simd.c | 139 struct simd_skcipher_alg *simd_skcipher_create_compat(struct skcipher_alg *ialg, in simd_skcipher_create_compat() function 198 EXPORT_SYMBOL_GPL(simd_skcipher_create_compat); 227 simd = simd_skcipher_create_compat(algs + i, algname, drvname, basename); in simd_register_skciphers_compat()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 542 simd = simd_skcipher_create_compat(aes_algs + i, algname, drvname, basename); in aes_init()
|
H A D | aes-ce-glue.c | 714 simd = simd_skcipher_create_compat(aes_algs + i, algname, drvname, basename); in aes_init()
|