Searched refs:akcipher_request_set_crypt (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/crypto/ |
A D | api-akcipher.rst | 20 …cipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_request_set_crypt
|
/linux/crypto/ |
A D | rsa-pkcs1pad.c | 287 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg, in pkcs1pad_encrypt() 386 akcipher_request_set_crypt(&req_ctx->child_req, req->src, in pkcs1pad_decrypt() 444 akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg, in pkcs1pad_sign() 576 akcipher_request_set_crypt(&req_ctx->child_req, req->src, in pkcs1pad_verify()
|
A D | akcipher.c | 192 akcipher_request_set_crypt(req, sg, data->dst ? sg : NULL, in crypto_akcipher_sync_prep()
|
A D | testmgr.c | 4198 akcipher_request_set_crypt(req, src_tab, NULL, m_size, c_size); in test_akcipher_one() 4201 akcipher_request_set_crypt(req, src_tab, &dst, m_size, in test_akcipher_one() 4261 akcipher_request_set_crypt(req, &src, &dst, c_size, out_len_max); in test_akcipher_one()
|
/linux/include/crypto/ |
A D | akcipher.h | 251 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt() function
|
Completed in 36 milliseconds