Home
last modified time | relevance | path

Searched refs:crypto_akcipher_verify (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-akcipher.rst14 …maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_akcipher_sign crypto_akcipher_verify
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c132 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
/Linux-v4.19/include/crypto/
Dakcipher.h338 static inline int crypto_akcipher_verify(struct akcipher_request *req) in crypto_akcipher_verify() function
/Linux-v4.19/crypto/
Drsa-pkcs1pad.c557 err = crypto_akcipher_verify(&req_ctx->child_req); in pkcs1pad_verify()
Dtestmgr.c2324 crypto_akcipher_verify(req) : in test_akcipher_one()