Home
last modified time | relevance | path

Searched defs:RSA_sign (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_sign.c69 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_sign.c273 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa.c341 RSA_sign(int type, const unsigned char *from, unsigned int flen, in RSA_sign() function
H A Drsa.h64 #define RSA_sign hc_RSA_sign macro