HomeSort by relevance Sort by last modified time
    Searched refs:BN_bin2bn (Results 51 - 62 of 62) sorted by null

1 23

  /external/openssl/crypto/bn/
bn.h 446 BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret);
    [all...]
bntest.c 198 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL)))
    [all...]
  /external/openssl/crypto/pem/
pvkfmt.c 102 *r = BN_bin2bn(tmpbuf, nbyte, NULL);
  /external/openssl/include/openssl/
bn.h 446 BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret);
    [all...]
  /external/openssl/crypto/ec/
ec_curve.c     [all...]
  /external/openssl/apps/
s_server.c 242 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
243 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
    [all...]
apps.c     [all...]
  /external/openssl/ssl/
s3_srvr.c     [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 975 BN_bin2bn(pd, bytes, a);
    [all...]
  /external/openssh/
ssh-keygen.c 378 if (BN_bin2bn(buffer_ptr(b), bytes, value) == NULL)
379 fatal("buffer_get_bignum_bits: BN_bin2bn failed");
    [all...]
sshconnect2.c 1018 if ((ret = BN_bin2bn(secret, secret_len, NULL)) == NULL)
1019 fatal("%s: BN_bin2bn (secret)", __func__);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 429 *dest = BN_bin2bn(reinterpret_cast<const unsigned char*>(sourceBytes.get()),
    [all...]

Completed in 837 milliseconds

1 23