HomeSort by relevance Sort by last modified time
    Searched refs:sigbuf (Results 1 - 17 of 17) 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 176 const unsigned char *sigbuf, size_t siglen,
201 sigbuf,rm,rsa,RSA_PKCS1_PADDING);
218 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
326 const unsigned char *sigbuf, unsigned int siglen,
333 sigbuf, siglen, rsa);
336 return int_rsa_verify(dtype, m, m_len, NULL, NULL, sigbuf, siglen, rsa);
rsa.h 120 const unsigned char *sigbuf, unsigned int siglen,
365 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
374 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
  /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,
91 i = EVP_PKEY_verify(pkctx, sigbuf, siglen, m, m_len);
119 sigbuf,siglen,pkey->pkey.ptr));
evp.h 176 const unsigned char *sigbuf, unsigned int siglen,
189 unsigned int m_length,const unsigned char *sigbuf,
612 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
    [all...]
  /external/valgrind/main/none/tests/
async-sigs.c 42 char sigbuf[20]; local
44 sprintf(sigbuf, "-%d", sig);
46 execl("/bin/kill", "kill", sigbuf, pidbuf, NULL);
  /external/openssl/apps/
dgst.c 122 unsigned char *sigbuf = NULL; local
473 sigbuf = OPENSSL_malloc(siglen);
480 siglen = BIO_read(sigbio, sigbuf, siglen);
501 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
530 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
552 if(sigbuf) OPENSSL_free(sigbuf);
  /external/openssl/crypto/dsa/
dsa_asn1.c 176 const unsigned char *sigbuf, int siglen, DSA *dsa)
183 if (d2i_DSA_SIG(&s,&sigbuf,siglen) == NULL) goto err;
dsa.h 223 const unsigned char *sigbuf, int siglen, DSA *dsa);
  /external/openssl/include/openssl/
rsa.h 120 const unsigned char *sigbuf, unsigned int siglen,
365 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
374 unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
dsa.h 223 const unsigned char *sigbuf, int siglen, DSA *dsa);
evp.h 176 const unsigned char *sigbuf, unsigned int siglen,
189 unsigned int m_length,const unsigned char *sigbuf,
612 int EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
    [all...]
  /external/chromium_org/net/android/
keystore_unittest.cc 242 const unsigned char* sigbuf = local
247 0, digest, digest_len, sigbuf, siglen, pub_key.get());
  /external/chromium_org/third_party/boringssl/src/include/openssl/
rsa.h 375 const uint8_t *sigbuf, unsigned int siglen, const RSA *rsa);
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 1548 const unsigned char* sigbuf = reinterpret_cast<const unsigned char*>(signatureBytes.get()); local
1691 const unsigned char* sigbuf = reinterpret_cast<const unsigned char*>(signatureBytes.get()); local
    [all...]

Completed in 521 milliseconds