Home
last modified time | relevance | path

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

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