Home
last modified time | relevance | path

Searched refs:Uint32ToBigEndianByteArray (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dkdf.h41 bool Uint32ToBigEndianByteArray(uint32_t number, uint8_t* output);
/aosp12/system/keymaster/km_openssl/
H A Dkdf.cpp58 bool Kdf::Uint32ToBigEndianByteArray(uint32_t number, uint8_t* output) { in Uint32ToBigEndianByteArray() function in keymaster::Kdf
H A Diso18033kdf.cpp57 !Uint32ToBigEndianByteArray(block + start_counter_, counter.get()) || in GenerateKey()