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

  /external/boringssl/src/crypto/dh/
dh_asn1.c 99 uint64_t priv_length; local
101 if (!CBS_get_asn1_uint64(&child, &priv_length) ||
102 priv_length > UINT_MAX) {
105 ret->priv_length = (unsigned)priv_length;
125 (dh->priv_length != 0 &&
126 !CBB_add_asn1_uint64(&child, dh->priv_length)) ||
  /external/boringssl/src/include/openssl/
dh.h 255 /* priv_length contains the length, in bits, of the private value. If zero,
257 unsigned priv_length; member in struct:dh_st

Completed in 95 milliseconds