Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/rsa/
H A Drsa_sign.c133 if (rsa->meth->rsa_sign != NULL) in RSA_sign()
134 return rsa->meth->rsa_sign(type, m, m_len, sigret, siglen, rsa); in RSA_sign()
H A Drsa_meth.c278 return meth->rsa_sign; in RSA_meth_get_sign()
287 meth->rsa_sign = sign; in RSA_meth_set_sign()
H A Drsa_local.h86 int (*rsa_sign)(int type, const unsigned char *m, unsigned int m_length, member
/openbsd/lib/libcrypto/
H A DMakefile482 SRCS+= rsa_sign.c