Lines Matching +full:big +full:-
8 BN_print, BN_print_fp, BN_bn2mpi, BN_mpi2bn - format conversions
37 BN_bn2bin() converts the absolute value of B<a> into big-endian form
41 BN_bn2binpad() also converts the absolute value of B<a> into big-endian form
46 BN_bin2bn() converts the positive integer in big-endian form of length
51 BN_bin2bn() except the buffer is in little-endian format.
55 byte first on big-endian platforms, and least significant byte first on
56 little-endian platforms.
60 numbers, the string is prefaced with a leading '-'. The string must be
64 including the leading character '-' which means negative, to form a valid
72 with a leading '-' for negative numbers, to the B<BIO> or B<FILE>
76 that consists of the number's length in bytes represented as a 4-byte
77 big-endian number, and the number itself in big-endian format, where
91 BN_bn2bin() returns the length of the big-endian number placed at B<to>.
94 BN_bn2binpad(), BN_bn2lebinpad(), and BN_bn2nativepad() return the number of bytes written or -1 if…
97 BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL
117 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.