Searched defs:m_len (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c126 static int pk11_RSA_sign(int type, const unsigned char *m, unsigned int m_len,
129 unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen,
980 pk11_RSA_sign(int type, const unsigned char *m, unsigned int m_len, argument
1000 if (m_len != SSL_SIG_LENGTH) {
1026 sig.digest->length = m_len;
1090 unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen,
1109 if (m_len != SSL_SIG_LENGTH) {
1134 sig.digest->length = m_len;
1089 pk11_RSA_verify(int type, const unsigned char *m, unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa) argument

Completed in 21 milliseconds