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

  /external/openssl/crypto/rsa/
rsa_locl.h 3 const unsigned char *sigbuf, size_t siglen,
rsa_saos.c 106 unsigned int m_len, unsigned char *sigbuf, unsigned int siglen,
126 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
rsa_sign.c 149 const unsigned char *sigbuf, size_t siglen,
165 sigbuf,rm,rsa,RSA_PKCS1_PADDING);
182 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
274 const unsigned char *sigbuf, unsigned int siglen,
281 sigbuf, siglen, rsa);
284 return int_rsa_verify(dtype, m, m_len, NULL, NULL, sigbuf, siglen, rsa);
rsa.h 120 const unsigned char *sigbuf, unsigned int siglen,
332 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
341 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
  /external/openssl/crypto/dsa/
dsa_vrf.c 77 const unsigned char *sigbuf, int siglen, DSA *dsa)
84 if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
dsa.h 203 const unsigned char *sigbuf, int siglen, DSA *dsa);
  /external/openssl/crypto/ecdsa/
ecs_vrf.c 84 const unsigned char *sigbuf, int sig_len, EC_KEY *eckey)
91 if (d2i_ECDSA_SIG(&s, &sigbuf, sig_len) == NULL) goto err;
  /external/openssl/crypto/evp/
p_verify.c 65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
89 i = EVP_PKEY_verify(pkctx, sigbuf, siglen, m, m_len);
117 sigbuf,siglen,pkey->pkey.ptr));
evp.h 175 const unsigned char *sigbuf, unsigned int siglen,
188 unsigned int m_length,const unsigned char *sigbuf,
569 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
    [all...]
  /external/dropbear/
cli-authpubkey.c 134 buffer* sigbuf = NULL; local
161 sigbuf = buf_new(4 + SHA1_HASH_SIZE + ses.writepayload->len);
162 buf_putstring(sigbuf, ses.session_id, SHA1_HASH_SIZE);
163 buf_putbytes(sigbuf, ses.writepayload->data, ses.writepayload->len);
164 buf_put_sign(ses.writepayload, key, type, sigbuf->data, sigbuf->len);
165 buf_free(sigbuf); /* Nothing confidential in the buffer */
  /external/openssl/apps/
dgst.c 122 unsigned char *sigbuf = NULL; local
461 sigbuf = OPENSSL_malloc(siglen);
468 siglen = BIO_read(sigbio, sigbuf, siglen);
489 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
518 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
540 if(sigbuf) OPENSSL_free(sigbuf);
  /external/openssl/include/openssl/
rsa.h 120 const unsigned char *sigbuf, unsigned int siglen,
332 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
341 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
dsa.h 203 const unsigned char *sigbuf, int siglen, DSA *dsa);
evp.h 175 const unsigned char *sigbuf, unsigned int siglen,
188 unsigned int m_length,const unsigned char *sigbuf,
569 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
    [all...]

Completed in 439 milliseconds