Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dsimd.h17 struct simd_skcipher_alg *simd_skcipher_create_compat(struct skcipher_alg *ialg,
/openbmc/linux/crypto/
H A Dsimd.c139 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 Daes-neonbs-glue.c542 simd = simd_skcipher_create_compat(aes_algs + i, algname, drvname, basename); in aes_init()
H A Daes-ce-glue.c714 simd = simd_skcipher_create_compat(aes_algs + i, algname, drvname, basename); in aes_init()