Searched defs:pq_64bit_bin2num (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpq_compat.h101 # define pq_64bit_bin2num(bn, bytes, len) BN_bin2bn(bytes, len, bn) macro
141 # define pq_64bit_bin2num(num, bytes, len) bytes_to_long_long(bytes, num) macro

Completed in 40 milliseconds