Searched refs:BN_bn2mpi (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_bn2bin.pod | 7 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/ |
D | bn_mpi.c | 14 int BN_bn2mpi(const BIGNUM *a, unsigned char *d) in BN_bn2mpi() function
|
/third_party/openssl/include/openssl/ |
D | bn.h | 227 int BN_bn2mpi(const BIGNUM *a, unsigned char *to);
|
/third_party/openssl/test/ |
D | bntest.c | 2053 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/ |
D | boringssl_prefix_symbols.h | 897 #define BN_bn2mpi BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_bn2mpi) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3923 BN_bn2mpi 3872 1_1_0 EXIST::FUNCTION:
|