Searched refs:BN_signed_bn2native (Results 1 – 9 of 9) 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, 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 D | param_build.c | 426 BN_signed_bn2native(pd->bn, (unsigned char *)p, pd->size); in param_bld_convert()
|
| H A D | params.c | 1152 if (BN_signed_bn2native(val, p->data, p->data_size) < 0) { in OSSL_PARAM_set_BN()
|
| /freebsd/crypto/openssl/doc/HOWTO/ |
| H A D | documenting-functions-and-macros.md | 142 @@ -5437,3 +5437,4 @@ BN_signed_bn2native ? 3_1_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 254 int BN_signed_bn2native(const BIGNUM *a, unsigned char *to, int tolen);
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_lib.c | 696 int BN_signed_bn2native(const BIGNUM *a, unsigned char *to, int tolen) in BN_signed_bn2native() function
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 5425 BN_signed_bn2native;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1167 MLINKS+= BN_bn2bin.3 BN_signed_bn2native.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 5444 BN_signed_bn2native 5572 3_2_0 EXIST::FUNCTION:
|