Home
last modified time | relevance | path

Searched defs:info_len (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/km_openssl/
Dhkdf.cpp24 bool Rfc5869Sha256Kdf::GenerateKey(const uint8_t* info, size_t info_len, uint8_t* output, in GenerateKey()
Diso18033kdf.cpp29 bool Iso18033Kdf::GenerateKey(const uint8_t* info, size_t info_len, uint8_t* output, in GenerateKey()
/system/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.cpp58 size_t info_len = in BuildDerivationInfo() local
/system/nfc/src/nfc/llcp/
Dllcp_dlc.cc850 uint16_t info_len, available_bytes; in llcp_dlc_proc_i_pdu() local
/system/security/keystore2/src/crypto/
Dcrypto.cpp216 const uint8_t* info, size_t info_len) { in HKDFExpand()