Lines Matching refs:crypto_skcipher

142 static void sec_alg_skcipher_init_context(struct crypto_skcipher *atfm,  in sec_alg_skcipher_init_context()
231 static int sec_alg_skcipher_setkey(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey()
257 static int sec_alg_skcipher_setkey_aes_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_ecb()
279 static int sec_alg_skcipher_setkey_aes_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_cbc()
301 static int sec_alg_skcipher_setkey_aes_ctr(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_ctr()
323 static int sec_alg_skcipher_setkey_aes_xts(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_xts()
347 static int sec_alg_skcipher_setkey_des_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_des_ecb()
356 static int sec_alg_skcipher_setkey_des_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_des_cbc()
365 static int sec_alg_skcipher_setkey_3des_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_3des_ecb()
375 static int sec_alg_skcipher_setkey_3des_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_3des_cbc()
443 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_skcipher_alg_callback()
722 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_alg_skcipher_crypto()
880 static int sec_alg_skcipher_init(struct crypto_skcipher *tfm) in sec_alg_skcipher_init()
898 static void sec_alg_skcipher_exit(struct crypto_skcipher *tfm) in sec_alg_skcipher_exit()
911 static int sec_alg_skcipher_init_with_queue(struct crypto_skcipher *tfm) in sec_alg_skcipher_init_with_queue()
931 static void sec_alg_skcipher_exit_with_queue(struct crypto_skcipher *tfm) in sec_alg_skcipher_exit_with_queue()