Searched refs:BN_bn2mpi (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_bn2bin.pod | 8 BN_print, BN_print_fp, BN_bn2mpi, BN_mpi2bn - format conversions 32 int BN_bn2mpi(const BIGNUM *a, unsigned char *to); 75 BN_bn2mpi() and BN_mpi2bn() convert B<BIGNUM>s from and to a format 81 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to> 83 calling BN_bn2mpi(B<a>, NULL). 104 BN_bn2mpi() returns the length of the representation. BN_mpi2bn()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mpi.c | 14 int BN_bn2mpi(const BIGNUM *a, unsigned char *d) in BN_bn2mpi() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 251 int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 2057 mpi_len = BN_bn2mpi(bn, NULL); in test_mpi() 2061 if (!TEST_size_t_eq(mpi_len2 = BN_bn2mpi(bn, scratch), mpi_len) in test_mpi()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 470 BN_bn2mpi;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 989 MLINKS+= BN_bn2bin.3 BN_bn2mpi.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3787 BN_bn2mpi 3872 3_0_0 EXIST::FUNCTION:
|