Home
last modified time | relevance | path

Searched refs:BN_native2bn (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod7 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 Dparams_test.c141 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 Dbn.h251 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret);
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c669 BIGNUM *BN_native2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_native2bn() function
/freebsd/crypto/openssl/crypto/
H A Dparams.c1093 b = BN_native2bn(p->data, (int)p->data_size, *val); in OSSL_PARAM_get_BN()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4379 BN_native2bn;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1161 MLINKS+= BN_bn2bin.3 BN_native2bn.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4444 BN_native2bn 4572 3_0_0 EXIST::FUNCTION: