Searched refs:skcipher_request_set_crypt (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | skcipher.h | 494 static inline void skcipher_request_set_crypt( in skcipher_request_set_crypt() function
|
/linux-4.4.14/crypto/ |
D | algif_skcipher.c | 615 skcipher_request_set_crypt(req, sreq->tsg, sreq->first_sgl.sgl.sg, in skcipher_recvmsg_async() 681 skcipher_request_set_crypt(&ctx->req, sg, ctx->rsgl.sg, used, in skcipher_recvmsg_sync()
|
D | testmgr.c | 1013 skcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher() 1117 skcipher_request_set_crypt(req, sg, (diff_dst) ? sgout : sg, in __test_skcipher()
|