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

  /external/chromium_org/crypto/
hkdf.cc 5 #include "crypto/hkdf.h"
14 HKDF::HKDF(const base::StringPiece& secret,
96 HKDF::~HKDF() {
hkdf.h 18 // HKDF implements the key derivation function specified in RFC 5869 (using
21 class CRYPTO_EXPORT HKDF {
28 // |info|: an (optional) label to distinguish different uses of HKDF. It is
33 HKDF(const base::StringPiece& secret,
38 ~HKDF();

Completed in 353 milliseconds