Home
last modified time | relevance | path

Searched defs:rsa_verify (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c42 static OSSL_FUNC_signature_verify_fn rsa_verify; variable
761 static int rsa_verify(void *vprsactx, const unsigned char *sig, size_t siglen, in rsa_verify() function
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_local.h136 int (*rsa_verify) (int dtype, const unsigned char *m, member