Searched refs:BN_native2bn (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | BN_bn2bin.pod | 7 BN_bn2nativepad, BN_native2bn, BN_bn2hex, BN_bn2dec, BN_hex2bn, BN_dec2bn, 22 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret); 53 BN_bn2nativepad() and BN_native2bn() are identical to BN_bn2binpad() and
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | params_test.c | 141 if (!TEST_ptr(obj->p3 = BN_native2bn(params->data, in raw_set_params() 463 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant() 514 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant()
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | bn.h | 248 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret);
|
| /freebsd-14-stable/crypto/openssl/crypto/bn/ |
| HD | bn_lib.c | 598 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_native2bn() function
|
| /freebsd-14-stable/crypto/openssl/crypto/ |
| HD | params.c | 930 b = BN_native2bn(p->data, (int)p->data_size, *val); in OSSL_PARAM_get_BN()
|
| /freebsd-14-stable/secure/lib/libcrypto/ |
| HD | Version.map | 4512 BN_native2bn;
|
| /freebsd-14-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 1047 MLINKS+= BN_bn2bin.3 BN_native2bn.3
|
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | libcrypto.num | 4444 BN_native2bn 4572 3_0_0 EXIST::FUNCTION:
|