Searched defs:authorizationValue (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_tags.h51 * The second convenience function, authorizationValue, allows access to the KeyParameter value in
57 * auto value1 = authorizationValue(TAG_PURPOSE, param);
58 * auto value2 = authorizationValue(TAG_ALGORITM, param);
328 authorizationValue(TypedTag<tag_type, tag> ttag, const KeyParameter& param) { function in namespace:android::hardware::keymaster::V3_0
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_tags.h51 * The second convenience function, authorizationValue, allows access to the KeyParameter value in
57 * auto value1 = authorizationValue(TAG_PURPOSE, param);
58 * auto value2 = authorizationValue(TAG_ALGORITM, param);
331 inline NullOr<const typename TypedTag2ValueType<TypedTag<tag_type, tag>>::type&> authorizationValue( function in namespace:android::hardware::keymaster::V4_0

Completed in 77 milliseconds