Lines Matching refs:crypto_skcipher

142 static void sec_alg_skcipher_init_context(struct crypto_skcipher *atfm,  in sec_alg_skcipher_init_context()
226 static int sec_alg_skcipher_setkey(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey()
252 static int sec_alg_skcipher_setkey_aes_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_ecb()
274 static int sec_alg_skcipher_setkey_aes_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_cbc()
296 static int sec_alg_skcipher_setkey_aes_ctr(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_ctr()
318 static int sec_alg_skcipher_setkey_aes_xts(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_aes_xts()
342 static int sec_alg_skcipher_setkey_des_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_des_ecb()
349 static int sec_alg_skcipher_setkey_des_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_des_cbc()
356 static int sec_alg_skcipher_setkey_3des_ecb(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_3des_ecb()
364 static int sec_alg_skcipher_setkey_3des_cbc(struct crypto_skcipher *tfm, in sec_alg_skcipher_setkey_3des_cbc()
430 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_skcipher_alg_callback()
709 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); in sec_alg_skcipher_crypto()
870 static int sec_alg_skcipher_init(struct crypto_skcipher *tfm) in sec_alg_skcipher_init()
888 static void sec_alg_skcipher_exit(struct crypto_skcipher *tfm) in sec_alg_skcipher_exit()
901 static int sec_alg_skcipher_init_with_queue(struct crypto_skcipher *tfm) in sec_alg_skcipher_init_with_queue()
921 static void sec_alg_skcipher_exit_with_queue(struct crypto_skcipher *tfm) in sec_alg_skcipher_exit_with_queue()