HomeSort by relevance Sort by last modified time
    Searched defs:pq_64bit_bin2num (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/pqueue/
pq_compat.h 101 #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
  /external/openssl/include/openssl/
pq_compat.h 101 #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 140 milliseconds