Searched refs:crypto_skcipher_encrypt (Results 1 – 3 of 3) sorted by relevance
341 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt() function
617 err = ctx->enc ? crypto_skcipher_encrypt(req) : in skcipher_recvmsg_async()686 crypto_skcipher_encrypt(&ctx->req) : in skcipher_recvmsg_sync()
1015 ret = enc ? crypto_skcipher_encrypt(req) : in __test_skcipher()1120 ret = enc ? crypto_skcipher_encrypt(req) : in __test_skcipher()