Home
last modified time | relevance | path

Searched refs:verify_recover (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/evp/
H A Dpmeth_fn.c159 ctx->pmeth->verify_recover == NULL) { in EVP_PKEY_verify_recover_init()
174 if (!ctx || !ctx->pmeth || !ctx->pmeth->verify_recover) { in EVP_PKEY_verify_recover()
183 return ctx->pmeth->verify_recover(ctx, rout, routlen, sig, siglen); in EVP_PKEY_verify_recover()
H A Devp_local.h297 int (*verify_recover)(EVP_PKEY_CTX *ctx, member
/openbsd/lib/libcrypto/kdf/
H A Dtls1_prf.c331 .verify_recover = NULL,
/openbsd/lib/libcrypto/rsa/
H A Drsa_pmeth.c834 .verify_recover = pkey_rsa_verifyrecover,