Go to the source code of this file.
Functions | |
BIGNUM * | BN_bin2bn (const uint8_t *in, size_t len, BIGNUM *ret) |
size_t | BN_bn2bin (const BIGNUM *in, uint8_t *out) |
int | BN_bn2bin_padded (uint8_t *out, size_t len, const BIGNUM *in) |
int | BN_bn2le_padded (uint8_t *out, size_t len, const BIGNUM *in) |
int | BN_get_u64 (const BIGNUM *bn, uint64_t *out) |
BN_ULONG | BN_get_word (const BIGNUM *bn) |
BIGNUM * | BN_le2bn (const uint8_t *in, size_t len, BIGNUM *ret) |
static int | fits_in_bytes (const uint8_t *bytes, size_t num_bytes, size_t len) |