Home
last modified time | relevance | path

Searched refs:BN_lebin2bn (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/doc/man3/
DBN_bn2bin.pod6 BN_bn2bin, BN_bin2bn, BN_bn2lebinpad, BN_lebin2bn,
19 BIGNUM *BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret);
50 BN_bn2lebinpad() and BN_lebin2bn() are identical to BN_bn2binpad() and
/third_party/openssl/crypto/bn/
Dbn_lib.c544 BIGNUM *BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_lebin2bn() function
603 return BN_lebin2bn(s, len, ret); in BN_native2bn()
/third_party/openssl/test/
Dparams_api_test.c430 if (!TEST_ptr(b = BN_lebin2bn(raw_values[n].value, (int)len, NULL))) in test_param_bignum()
617 || !TEST_ptr(bn = BN_lebin2bn(bn_val, (int)sizeof(bn_val), NULL)) in test_param_construct()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h224 BIGNUM *BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret);
/third_party/openssl/include/openssl/
Dbn.h246 BIGNUM *BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret);
/third_party/openssl/crypto/pem/
Dpvkfmt.c55 *r = BN_lebin2bn(*in, nbyte, NULL); in read_lebn()
/third_party/openssl/crypto/ec/
Decp_nistp224.c354 return BN_lebin2bn(b_out, sizeof(b_out), out); in felem_to_BN()
Decp_nistp521.c198 return BN_lebin2bn(b_out, sizeof(b_out), out); in felem_to_BN()
Decp_nistp256.c173 return BN_lebin2bn(b_out, sizeof(b_out), out); in smallfelem_to_BN()
/third_party/openssl/util/
Dlibcrypto.num746 BN_lebin2bn 766 3_0_0 EXIST::FUNCTION: