Home
last modified time | relevance | path

Searched refs:BN_bn2mpi (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod8 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 Dbn_mpi.c14 int BN_bn2mpi(const BIGNUM *a, unsigned char *d) in BN_bn2mpi() function
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h251 int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
/freebsd/crypto/openssl/test/
H A Dbntest.c2057 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 DVersion.map470 BN_bn2mpi;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile989 MLINKS+= BN_bn2bin.3 BN_bn2mpi.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3787 BN_bn2mpi 3872 3_0_0 EXIST::FUNCTION: