Lines Matching refs:akcipher_request
103 struct akcipher_request child_req;
173 static int pkcs1pad_encrypt_sign_complete(struct akcipher_request *req, int err) in pkcs1pad_encrypt_sign_complete()
215 struct akcipher_request *req = child_async_req->data; in pkcs1pad_encrypt_sign_complete_cb()
228 static int pkcs1pad_encrypt(struct akcipher_request *req) in pkcs1pad_encrypt()
276 static int pkcs1pad_decrypt_complete(struct akcipher_request *req, int err) in pkcs1pad_decrypt_complete()
333 struct akcipher_request *req = child_async_req->data; in pkcs1pad_decrypt_complete_cb()
345 static int pkcs1pad_decrypt(struct akcipher_request *req) in pkcs1pad_decrypt()
378 static int pkcs1pad_sign(struct akcipher_request *req) in pkcs1pad_sign()
435 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()