Searched refs:sigret (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_pub.c | 127 unsigned char *sigret, unsigned int *siglen, const RSA *rsa); 981 unsigned char *sigret, unsigned int *siglen, const RSA *rsa) 1067 rv = pFuncList->C_Sign(sp->session, s, i, sigret, 1944 unsigned char sigret[DSA_SIGNATURE_LEN]; local 1982 (void) memset(sigret, 0, siglen); 1984 dlen, sigret, (CK_ULONG_PTR) &siglen); 2006 if (BN_bin2bn(sigret, siglen2, r) == NULL || 2007 BN_bin2bn(&sigret[siglen2], siglen2, s) == NULL) { 980 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 392 milliseconds