Query: bn_num_bytes
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BN_num_bytes(3) OpenSSL BN_num_bytes(3)NAMEBN_num_bits, BN_num_bytes, BN_num_bits_word - get BIGNUM sizeSYNOPSIS#include <openssl/bn.h> int BN_num_bytes(const BIGNUM *a); int BN_num_bits(const BIGNUM *a); int BN_num_bits_word(BN_ULONG w);DESCRIPTIONThese functions return the size of a BIGNUM in bytes or bits, and the size of an unsigned integer in bits. BN_num_bytes() is a macro.RETURN VALUESThe size.SEE ALSObn(3)HISTORYBN_num_bytes(), BN_num_bits() and BN_num_bits_word() are available in all versions of SSLeay and OpenSSL. 0.9.7a 2000-02-24 BN_num_bytes(3)
Related Man Pages |
---|
bn_num_bytes(3ssl) - linux |
bn_num_bits(3) - centos |
bn_num_bytes(3) - netbsd |
bn_num_bytes(3) - osx |
bn_num_bits(3) - osx |
Similar Topics in the Unix Linux Community |
---|
How to capture ^x,^y via bash script? |
CentOS7 restoring file capabilities |
Package |
Shopt -s histappend |
[TIP] Processing YAML files with yq |