Searched refs:sigbuf (Results 1 - 13 of 13) sorted by relevance

/external/openssl/crypto/ecdsa/
H A Decs_vrf.c84 const unsigned char *sigbuf, int sig_len, EC_KEY *eckey)
91 if (d2i_ECDSA_SIG(&s, &sigbuf, sig_len) == NULL) goto err;
83 ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) argument
/external/openssl/crypto/evp/
H A Dp_verify.c65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf, argument
102 NULL, -1, sigbuf, siglen, &sctmp);
108 sigbuf,siglen,pkey->pkey.ptr);
H A Devp.h243 const unsigned char *sigbuf, unsigned int siglen,
254 unsigned int m_length,const unsigned char *sigbuf,
608 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
/external/dropbear/
H A Dcli-authpubkey.c134 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/crypto/rsa/
H A Drsa_saos.c106 unsigned int m_len, unsigned char *sigbuf, unsigned int siglen,
126 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
104 RSA_verify_ASN1_OCTET_STRING(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
H A Drsa_sign.c159 unsigned char *sigbuf, unsigned int siglen, RSA *rsa)
174 sigbuf, siglen, rsa);
199 i=rsa->meth->rsa_pub_dec((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
201 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
158 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
H A Drsa.h139 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
336 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
345 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
/external/openssl/apps/
H A Ddgst.c102 unsigned char *sigbuf = NULL; local
368 sigbuf = OPENSSL_malloc(siglen);
375 siglen = BIO_read(sigbio, sigbuf, siglen);
412 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
439 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
459 if(sigbuf) OPENSSL_free(sigbuf);
/external/openssl/crypto/dsa/
H A Ddsa_asn1.c200 const unsigned char *sigbuf, int siglen, DSA *dsa)
214 if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
H A Ddsa.h229 const unsigned char *sigbuf, int siglen, DSA *dsa);
/external/openssl/include/openssl/
H A Drsa.h139 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
336 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
345 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
H A Ddsa.h229 const unsigned char *sigbuf, int siglen, DSA *dsa);
H A Devp.h243 const unsigned char *sigbuf, unsigned int siglen,
254 unsigned int m_length,const unsigned char *sigbuf,
608 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,

Completed in 123 milliseconds