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

/solaris-userland-s11u3/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,
988 static int pk11_RSA_sign(int type, const unsigned char *m, unsigned int m_len, argument
1009 if (m_len != SSL_SIG_LENGTH)
1040 sig.digest->length = m_len;
1109 unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen,
1129 if (m_len != SSL_SIG_LENGTH)
1159 sig.digest->length = m_len;
1108 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