Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBN_bn2bin.pod7 BN_hex2bn, BN_dec2bn, BN_print, BN_print_fp, BN_bn2mpi,
29 int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
67 BN_bn2mpi() and BN_mpi2bn() convert B<BIGNUM>s from and to a format
73 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to>
75 calling BN_bn2mpi(B<a>, NULL).
96 BN_bn2mpi() returns the length of the representation. BN_mpi2bn()
/third_party/openssl/crypto/bn/
Dbn_mpi.c14 int BN_bn2mpi(const BIGNUM *a, unsigned char *d) in BN_bn2mpi() function
/third_party/openssl/include/openssl/
Dbn.h227 int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
/third_party/openssl/test/
Dbntest.c2053 mpi_len = BN_bn2mpi(bn, NULL); in test_mpi()
2057 if (!TEST_size_t_eq(mpi_len2 = BN_bn2mpi(bn, scratch), mpi_len) in test_mpi()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h897 #define BN_bn2mpi BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_bn2mpi) macro
/third_party/openssl/util/
Dlibcrypto.num3923 BN_bn2mpi 3872 1_1_0 EXIST::FUNCTION: