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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c127 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
989 unsigned char *sigret, unsigned int *siglen, const RSA *rsa)
1085 rv = pFuncList->C_Sign(sp->session, s, i, sigret,
2055 unsigned char sigret[DSA_SIGNATURE_LEN]; local
2096 (void) memset(sigret, 0, siglen);
2098 (unsigned char *) dgst, dlen, sigret,
2127 if (BN_bin2bn(sigret, siglen2, r) == NULL ||
2128 BN_bin2bn(&sigret[siglen2], siglen2, s) == NULL)
988 pk11_RSA_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) argument

Completed in 254 milliseconds