HomeSort by relevance Sort by last modified time
    Searched refs:sigret (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_sign.c 78 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
94 i=EVP_EncodeBlock(sigret,m,m_len);
pem.h 449 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
  /external/openssl/crypto/pem/
pem_sign.c 78 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
94 i=EVP_EncodeBlock(sigret,m,m_len);
pem.h 449 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
m_sigver.c 131 int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen)
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)
p_sign.c 78 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
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,
evp.h 174 unsigned char *sigret, unsigned int *siglen, void *key);
186 unsigned int m_length,unsigned char *sigret,
618 unsigned char *sigret, size_t *siglen);
    [all...]
  /external/openssl/crypto/evp/
m_sigver.c 131 int EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen)
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)
p_sign.c 78 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen,
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,
evp.h 174 unsigned char *sigret, unsigned int *siglen, void *key);
186 unsigned int m_length,unsigned char *sigret,
618 unsigned char *sigret, size_t *siglen);
    [all...]
  /external/qemu/target-i386/
kvm-gs-restore.c 103 int sigret; local
106 sigret = sigaction(i, NULL, &old_act);
107 if (sigret)
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_saos.c 68 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
93 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
rsa_sign.c 71 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
91 sigret, siglen, rsa);
141 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
rsa.h 117 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
363 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
371 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
  /external/openssl/crypto/rsa/
rsa_saos.c 68 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
93 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
rsa_sign.c 71 unsigned char *sigret, unsigned int *siglen, RSA *rsa)
91 sigret, siglen, rsa);
141 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
rsa.h 117 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
363 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
371 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
rsa.h 117 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
363 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
371 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
evp.h 174 unsigned char *sigret, unsigned int *siglen, void *key);
186 unsigned int m_length,unsigned char *sigret,
618 unsigned char *sigret, size_t *siglen);
    [all...]
pem.h 449 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
  /external/openssl/include/openssl/
rsa.h 117 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
363 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
371 unsigned char *sigret, unsigned int *siglen, RSA *rsa);
evp.h 174 unsigned char *sigret, unsigned int *siglen, void *key);
186 unsigned int m_length,unsigned char *sigret,
618 unsigned char *sigret, size_t *siglen);
    [all...]
pem.h 449 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,

Completed in 773 milliseconds