Lines Matching refs:akcipher_request
106 struct akcipher_request child_req;
176 static int pkcs1pad_encrypt_sign_complete(struct akcipher_request *req, int err) in pkcs1pad_encrypt_sign_complete()
218 struct akcipher_request *req = child_async_req->data; in pkcs1pad_encrypt_sign_complete_cb()
231 static int pkcs1pad_encrypt(struct akcipher_request *req) in pkcs1pad_encrypt()
288 static int pkcs1pad_decrypt_complete(struct akcipher_request *req, int err) in pkcs1pad_decrypt_complete()
345 struct akcipher_request *req = child_async_req->data; in pkcs1pad_decrypt_complete_cb()
357 static int pkcs1pad_decrypt(struct akcipher_request *req) in pkcs1pad_decrypt()
390 static int pkcs1pad_sign(struct akcipher_request *req) in pkcs1pad_sign()
445 static int pkcs1pad_verify_complete(struct akcipher_request *req, int err) in pkcs1pad_verify_complete()
511 struct akcipher_request *req = child_async_req->data; in pkcs1pad_verify_complete_cb()
531 static int pkcs1pad_verify(struct akcipher_request *req) in pkcs1pad_verify()