HomeSort by relevance Sort by last modified time
    Searched defs:authorizationValue (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 51 * 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) {
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
keymaster_tags.h 51 * 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(
  /system/keymaster/ng/include/
keymaster_tags.h 51 * 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);
346 authorizationValue(TypedTag<tag_type, tag> ttag, const KeyParameter& param) {

Completed in 110 milliseconds