Home
last modified time | relevance | path

Searched defs:BN_num_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
Dbn.h181 # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) macro
/third_party/node/deps/openssl/openssl/include/openssl/
Dbn.h189 # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) macro
/third_party/openssl/include/openssl/
Dbn.h189 # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) macro