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

/external/openssl/crypto/pem/
H A Dpem_sign.c78 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, argument
94 i=EVP_EncodeBlock(sigret,m,m_len);
/external/openssl/crypto/rsa/
H A Drsa_saos.c68 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
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
H A Drsa_sign.c71 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
91 sigret, siglen, rsa);
141 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
/external/openssl/crypto/evp/
H A Dp_sign.c78 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, argument
106 if (EVP_PKEY_sign(pkctx, sigret, &sltmp, m, m_len) <= 0)
136 return(ctx->digest->sign(ctx->digest->type,m,m_len,sigret,siglen,
H A Dm_sigver.c131 int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen) argument
138 if (sigret)
148 sigret, siglen, &tmp_ctx);
154 if (EVP_PKEY_sign(ctx->pctx, sigret, siglen, md, mdlen) <= 0)
161 if (ctx->pctx->pmeth->signctx(ctx->pctx, sigret, siglen, ctx) <= 0)
167 if (s < 0 || EVP_PKEY_sign(ctx->pctx, sigret, siglen, NULL, s) <= 0)
/external/qemu/target-i386/
H A Dkvm-gs-restore.c103 int sigret; local
106 sigret = sigaction(i, NULL, &old_act);
107 if (sigret)

Completed in 151 milliseconds