Searched refs:BN_lebin2bn (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_bn2bin.pod | 6 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/ |
D | bn_lib.c | 544 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/ |
D | params_api_test.c | 430 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/ |
D | bn.h | 224 BIGNUM *BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 246 BIGNUM *BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret);
|
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 55 *r = BN_lebin2bn(*in, nbyte, NULL); in read_lebn()
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistp224.c | 354 return BN_lebin2bn(b_out, sizeof(b_out), out); in felem_to_BN()
|
D | ecp_nistp521.c | 198 return BN_lebin2bn(b_out, sizeof(b_out), out); in felem_to_BN()
|
D | ecp_nistp256.c | 173 return BN_lebin2bn(b_out, sizeof(b_out), out); in smallfelem_to_BN()
|
/third_party/openssl/util/ |
D | libcrypto.num | 746 BN_lebin2bn 766 3_0_0 EXIST::FUNCTION:
|