Searched refs:sigret (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h172 unsigned char *sigret, unsigned int *siglen, void *key);
184 unsigned int m_length, unsigned char *sigret,
660 unsigned char *sigret, size_t *siglen);
H A Dm_sigver.c128 int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, argument
135 if (!sigret)
136 return pctx->pmeth->signctx(pctx, sigret, siglen, ctx);
140 r = dctx->pmeth->signctx(dctx, sigret, siglen, ctx);
148 if (sigret) {
157 sigret, siglen, &tmp_ctx);
163 if (EVP_PKEY_sign(ctx->pctx, sigret, siglen, md, mdlen) <= 0)
167 if (pctx->pmeth->signctx(pctx, sigret, siglen, ctx) <= 0)
171 if (s < 0 || EVP_PKEY_sign(pctx, sigret, siglen, NULL, s) <= 0)
H A Dp_sign.c77 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, argument
104 if (EVP_PKEY_sign(pkctx, sigret, &sltmp, m, m_len) <= 0)
131 return (ctx->digest->sign(ctx->digest->type, m, m_len, sigret, siglen,
/freebsd-11-stable/crypto/openssl/engines/
H A De_capi.c168 unsigned int m_len, unsigned char *sigret,
802 unsigned char *sigret, unsigned int *siglen, const RSA *rsa)
872 if (!CryptSignHash(hash, capi_key->keyspec, NULL, 0, sigret, &slen)) {
881 c = sigret[i];
882 sigret[i] = sigret[slen - i - 1];
883 sigret[slen - i - 1] = c;
801 capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) argument
H A De_4758cca.c94 unsigned char *sigret, unsigned int *siglen,
731 unsigned char *sigret, unsigned int *siglen,
829 &outputLength, &outputBitLength, sigret);
730 cca_rsa_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, const RSA *rsa) argument
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_sign.c71 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
88 return rsa->meth->rsa_sign(type, m, m_len, sigret, siglen, rsa);
135 i = RSA_private_encrypt(i, s, sigret, rsa, RSA_PKCS1_PADDING);
70 RSA_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa) argument
H A Drsa.h118 unsigned char *sigret, unsigned int *siglen,
411 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
421 unsigned char *sigret, unsigned int *siglen,
H A Drsa_saos.c68 unsigned char *sigret, unsigned int *siglen,
93 i = RSA_private_encrypt(i, s, sigret, rsa, RSA_PKCS1_PADDING);
66 RSA_sign_ASN1_OCTET_STRING(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa) argument
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem.h442 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
H A Dpem_sign.c77 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, argument
93 i = EVP_EncodeBlock(sigret, m, m_len);

Completed in 222 milliseconds