Lines Matching refs:akcipher_request
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()
532 static int pkcs1pad_verify(struct akcipher_request *req) in pkcs1pad_verify()