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

/external/openssl/crypto/rsa/
H A Drsa_locl.h3 const unsigned char *sigbuf, size_t siglen,
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.c149 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);
146 int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *rm, size_t *prm_len, const unsigned char *sigbuf, size_t siglen, RSA *rsa) argument
273 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, const unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
H A Drsa.h120 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/
H A Ddsa_vrf.c77 const unsigned char *sigbuf, int siglen, DSA *dsa)
84 if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
76 DSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int siglen, DSA *dsa) argument
H A Ddsa.h203 const unsigned char *sigbuf, int siglen, DSA *dsa);
/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
89 i = EVP_PKEY_verify(pkctx, sigbuf, siglen, m, m_len);
117 sigbuf,siglen,pkey->pkey.ptr));
H A Devp.h175 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,
/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/valgrind/main/none/tests/
H A Dasync-sigs.c42 char sigbuf[20]; local
44 sprintf(sigbuf, "-%d", sig);
46 execl("/bin/kill", "kill", sigbuf, pidbuf, NULL);
/external/openssl/apps/
H A Ddgst.c122 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/
H A Drsa.h120 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);
H A Ddsa.h203 const unsigned char *sigbuf, int siglen, DSA *dsa);
H A Devp.h175 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,

Completed in 241 milliseconds