Searched refs:crypto_skcipher_encrypt (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
H A Dalgif_skcipher.c617 err = ctx->enc ? crypto_skcipher_encrypt(req) : skcipher_recvmsg_async()
686 crypto_skcipher_encrypt(&ctx->req) : skcipher_recvmsg_sync()
H A Dtestmgr.c1015 ret = enc ? crypto_skcipher_encrypt(req) : __test_skcipher()
1120 ret = enc ? crypto_skcipher_encrypt(req) : __test_skcipher()
/linux-4.4.14/include/crypto/
H A Dskcipher.h331 * crypto_skcipher_encrypt() - encrypt plaintext
341 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) crypto_skcipher_encrypt() function

Completed in 52 milliseconds