Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c106 .cra_init = sun4i_ss_cipher_init,
127 .cra_init = sun4i_ss_cipher_init,
149 .cra_init = sun4i_ss_cipher_init,
170 .cra_init = sun4i_ss_cipher_init,
192 .cra_init = sun4i_ss_cipher_init,
213 .cra_init = sun4i_ss_cipher_init,
H A Dsun4i-ss.h226 int sun4i_ss_cipher_init(struct crypto_tfm *tfm);
H A Dsun4i-ss-cipher.c534 int sun4i_ss_cipher_init(struct crypto_tfm *tfm) in sun4i_ss_cipher_init() function