Searched refs:BN_native2bn (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_bn2bin.pod | 7 BN_bn2nativepad, BN_signed_bn2native, BN_native2bn, BN_signed_native2bn, 28 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret); 72 BN_bn2nativepad(), BN_signed_bn2native() and BN_native2bn() are identical
|
| /freebsd/crypto/openssl/test/ |
| H A D | params_test.c | 141 if (!TEST_ptr(obj->p3 = BN_native2bn(params->data, in raw_set_params() 462 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant() 513 || !TEST_ptr(BN_native2bn(bignumbin, p->return_size, app_p3)) in test_case_variant()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 251 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret);
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_lib.c | 669 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_native2bn() function
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | params.c | 1093 b = BN_native2bn(p->data, (int)p->data_size, *val); in OSSL_PARAM_get_BN()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 4379 BN_native2bn;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1161 MLINKS+= BN_bn2bin.3 BN_native2bn.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 4444 BN_native2bn 4572 3_0_0 EXIST::FUNCTION:
|