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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_vrf.c90 const unsigned char *sigbuf, int siglen, DSA *dsa)
97 if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
89 DSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int siglen, DSA *dsa) argument
H A Ddsa.h184 const unsigned char *sigbuf, int siglen, DSA *dsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Dp_verify.c65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, unsigned char *sigbuf, argument
99 sigbuf,siglen,pkey->pkey.ptr));
H A Devp.h591 int EVP_VerifyFinal(EVP_MD_CTX *ctx,unsigned char *sigbuf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_vrf.c82 const unsigned char *sigbuf, int siglen, DSA *dsa)
89 if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
81 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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_verify.c65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf, argument
99 sigbuf,siglen,pkey->pkey.ptr));
H A Devp.h239 const unsigned char *sigbuf, unsigned int siglen,
250 unsigned int m_length,const unsigned char *sigbuf,
559 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_saos.c106 unsigned int m_len, unsigned char *sigbuf, unsigned int siglen,
125 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.c146 unsigned char *sigbuf, unsigned int siglen, RSA *rsa)
161 sigbuf, siglen, rsa);
174 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
145 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
H A Drsa.h120 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
249 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
258 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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.c146 unsigned char *sigbuf, unsigned int siglen, RSA *rsa)
161 sigbuf, siglen, rsa);
174 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
145 RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) argument
H A Drsa.h120 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
289 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
298 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddgst.c102 unsigned char *sigbuf = NULL; local
336 sigbuf = OPENSSL_malloc(siglen);
343 siglen = BIO_read(sigbio, sigbuf, siglen);
368 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
394 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
414 if(sigbuf) OPENSSL_free(sigbuf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ddgst.c104 unsigned char *sigbuf = NULL; local
331 sigbuf = OPENSSL_malloc(siglen);
338 siglen = BIO_read(sigbio, sigbuf, siglen);
369 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
395 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
415 if(sigbuf) OPENSSL_free(sigbuf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Drsa.h120 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
249 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
258 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
H A Ddsa.h184 const unsigned char *sigbuf, int siglen, DSA *dsa);
H A Devp.h591 int EVP_VerifyFinal(EVP_MD_CTX *ctx,unsigned char *sigbuf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drsa.h120 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
289 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
298 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
H A Ddsa.h203 const unsigned char *sigbuf, int siglen, DSA *dsa);
H A Devp.h239 const unsigned char *sigbuf, unsigned int siglen,
250 unsigned int m_length,const unsigned char *sigbuf,
559 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_4758_cca.c91 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
607 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)
716 keyToken, &length, hashBuffer, &lsiglen, sigbuf);
606 cca_rsa_verify(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, const RSA *rsa) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_4758cca.c95 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa);
629 unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)
738 keyToken, &length, hashBuffer, &lsiglen, sigbuf);
628 cca_rsa_verify(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, const RSA *rsa) argument

Completed in 221 milliseconds