HomeSort by relevance Sort by last modified time
    Searched refs:DigestLen (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/
tls13_enc.cc 41 hs->hash_len = hs->transcript.DigestLen();
450 size_t hash_len = hs->transcript.DigestLen();
ssl_transcript.cc 201 size_t SSLTranscript::DigestLen() const {
internal.h 547 // DigestLen returns the length of the PRF hash.
548 size_t DigestLen() const;
559 // least |DigestLen| bytes. On success, it returns true and sets |*out_len| to
    [all...]

Completed in 277 milliseconds