Searched refs:akcipher_request (Results 1 – 18 of 18) sorted by relevance
/linux/include/crypto/ |
A D | akcipher.h | 33 struct akcipher_request { struct 93 int (*sign)(struct akcipher_request *req); 94 int (*verify)(struct akcipher_request *req); 95 int (*encrypt)(struct akcipher_request *req); 96 int (*decrypt)(struct akcipher_request *req); 168 struct akcipher_request *req) in crypto_akcipher_reqtfm() 193 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc() 196 struct akcipher_request *req; in akcipher_request_alloc() 210 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free() 335 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign() [all …]
|
A D | engine.h | 97 struct akcipher_request *req); 107 struct akcipher_request *req, int err);
|
/linux/drivers/crypto/caam/ |
A D | caampkc.c | 44 struct akcipher_request *req) in rsa_io_unmap() 57 struct akcipher_request *req) in rsa_pub_unmap() 69 struct akcipher_request *req) in rsa_priv_f1_unmap() 81 struct akcipher_request *req) in rsa_priv_f2_unmap() 98 struct akcipher_request *req) in rsa_priv_f3_unmap() 119 struct akcipher_request *req = context; in rsa_pub_done() 149 struct akcipher_request *req = context; in rsa_priv_f_done() 369 struct akcipher_request *req = container_of(areq, in akcipher_do_one_req() 370 struct akcipher_request, in akcipher_do_one_req() 660 struct akcipher_request *req) in akcipher_enqueue_req() [all …]
|
/linux/crypto/ |
A D | rsa-pkcs1pad.c | 104 struct akcipher_request child_req; 174 static int pkcs1pad_encrypt_sign_complete(struct akcipher_request *req, int err) in pkcs1pad_encrypt_sign_complete() 216 struct akcipher_request *req = child_async_req->data; in pkcs1pad_encrypt_sign_complete_cb() 229 static int pkcs1pad_encrypt(struct akcipher_request *req) in pkcs1pad_encrypt() 277 static int pkcs1pad_decrypt_complete(struct akcipher_request *req, int err) in pkcs1pad_decrypt_complete() 334 struct akcipher_request *req = child_async_req->data; in pkcs1pad_decrypt_complete_cb() 346 static int pkcs1pad_decrypt(struct akcipher_request *req) in pkcs1pad_decrypt() 379 static int pkcs1pad_sign(struct akcipher_request *req) in pkcs1pad_sign() 436 static int pkcs1pad_verify_complete(struct akcipher_request *req, int err) in pkcs1pad_verify_complete() 512 struct akcipher_request *req = child_async_req->data; in pkcs1pad_verify_complete_cb() [all …]
|
A D | rsa.c | 54 static int rsa_enc(struct akcipher_request *req) in rsa_enc() 93 static int rsa_dec(struct akcipher_request *req) in rsa_dec()
|
A D | crypto_engine.c | 311 struct akcipher_request *req) in crypto_transfer_akcipher_request_to_engine() 378 struct akcipher_request *req, int err) in crypto_finalize_akcipher_request()
|
A D | akcipher.c | 118 static int akcipher_default_op(struct akcipher_request *req) in akcipher_default_op()
|
A D | ecrdsa.c | 71 static int ecrdsa_verify(struct akcipher_request *req) in ecrdsa_verify()
|
A D | ecdsa.c | 137 static int ecdsa_verify(struct akcipher_request *req) in ecdsa_verify()
|
A D | sm2.c | 348 static int sm2_verify(struct akcipher_request *req) in sm2_verify()
|
A D | testmgr.c | 3919 struct akcipher_request *req; in test_akcipher_one()
|
/linux/drivers/crypto/ccp/ |
A D | ccp-crypto-rsa.c | 22 static inline struct akcipher_request *akcipher_request_cast( in akcipher_request_cast() 25 return container_of(req, struct akcipher_request, base); in akcipher_request_cast() 46 struct akcipher_request *req = akcipher_request_cast(async_req); in ccp_rsa_complete() 64 static int ccp_rsa_crypt(struct akcipher_request *req, bool encrypt) in ccp_rsa_crypt() 94 static int ccp_rsa_encrypt(struct akcipher_request *req) in ccp_rsa_encrypt() 99 static int ccp_rsa_decrypt(struct akcipher_request *req) in ccp_rsa_decrypt()
|
/linux/include/crypto/internal/ |
A D | akcipher.h | 31 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() 47 static inline void akcipher_request_complete(struct akcipher_request *req, in akcipher_request_complete()
|
/linux/Documentation/crypto/ |
A D | api-akcipher.rst | 5 :functions: akcipher_alg akcipher_request
|
/linux/crypto/asymmetric_keys/ |
A D | public_key.c | 172 struct akcipher_request *req; in software_key_eds_op() 316 struct akcipher_request *req; in public_key_verify_signature()
|
A D | asym_tpm.c | 449 struct akcipher_request *req; in tpm_key_encrypt() 737 struct akcipher_request *req; in tpm_key_verify_signature()
|
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_asym_algs.c | 133 struct akcipher_request *rsa; 506 struct akcipher_request *areq = req->areq.rsa; in qat_rsa_cb() 636 static int qat_rsa_enc(struct akcipher_request *req) in qat_rsa_enc() 770 static int qat_rsa_dec(struct akcipher_request *req) in qat_rsa_dec()
|
/linux/drivers/crypto/hisilicon/hpre/ |
A D | hpre_crypto.c | 133 struct akcipher_request *rsa; 441 struct akcipher_request *areq; in hpre_rsa_cb() 506 struct akcipher_request *akreq = req; in hpre_msg_request_set() 775 static int hpre_rsa_enc(struct akcipher_request *req) in hpre_rsa_enc() 823 static int hpre_rsa_dec(struct akcipher_request *req) in hpre_rsa_dec()
|
Completed in 35 milliseconds