Home
last modified time | relevance | path

Searched refs:BN_signed_bn2native (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod7 BN_bn2nativepad, BN_signed_bn2native, BN_native2bn, BN_signed_native2bn,
27 int BN_signed_bn2native(const BIGNUM *a, unsigned char *to, int tolen);
72 BN_bn2nativepad(), BN_signed_bn2native() and BN_native2bn() are identical
138 BN_signed_bn2lebin(), BN_signed_native2bn(), BN_signed_bn2native()
/freebsd/crypto/openssl/crypto/
H A Dparam_build.c426 BN_signed_bn2native(pd->bn, (unsigned char *)p, pd->size); in param_bld_convert()
H A Dparams.c1152 if (BN_signed_bn2native(val, p->data, p->data_size) < 0) { in OSSL_PARAM_set_BN()
/freebsd/crypto/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md142 @@ -5437,3 +5437,4 @@ BN_signed_bn2native ? 3_1_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h254 int BN_signed_bn2native(const BIGNUM *a, unsigned char *to, int tolen);
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c696 int BN_signed_bn2native(const BIGNUM *a, unsigned char *to, int tolen) in BN_signed_bn2native() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map5425 BN_signed_bn2native;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1167 MLINKS+= BN_bn2bin.3 BN_signed_bn2native.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5444 BN_signed_bn2native 5572 3_2_0 EXIST::FUNCTION: