Home
last modified time | relevance | path

Searched refs:GcmModeMacLen (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/support/
H A Dauthorization_set.cpp213 AuthorizationSetBuilder& AuthorizationSetBuilder::GcmModeMacLen(uint32_t macLength) { in GcmModeMacLen() function in aidl::android::hardware::security::keymint::AuthorizationSetBuilder
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dauthorization_set.h290 AuthorizationSetBuilder& GcmModeMacLen(uint32_t macLength);
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h297 AuthorizationSetBuilder& GcmModeMacLen(uint32_t macLength);
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp548 AuthorizationSetBuilder& AuthorizationSetBuilder::GcmModeMacLen(uint32_t macLength) { in GcmModeMacLen() function in android::hardware::keymaster::V4_0::AuthorizationSetBuilder
/aosp12/system/vold/
H A DKeyStorage.cpp178 .GcmModeMacLen(GCM_MAC_BYTES * 8) in beginParams()