Home
last modified time | relevance | path

Searched refs:java_time (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp162 datedRequest.key_description.push_back(TAG_CREATION_DATETIME, java_time(time(NULL))); in GenerateKey()
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_context.cpp171 sw_enforced->push_back(TAG_CREATION_DATETIME, java_time(time(nullptr))); in SetAuthorizations()
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_utils.h46 inline int64_t java_time(time_t time) { in java_time() function
/aosp12/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp378 sw_enforced->push_back(TAG_CREATION_DATETIME, java_time(time(nullptr))); in SetKeyBlobAuthorizations()