Searched defs:setHmacKey (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ | ||
H A D | GenericOperation.h | 102 void setHmacKey(const auth_token_key_t& key) { hmacKey_ = key; } in setHmacKey() function |
/aosp12/system/teeui/libteeui/include/teeui/ | ||
H A D | generic_operation.h | 134 void setHmacKey(const AuthTokenKey& key) { hmacKey_ = key; } in setHmacKey() function |
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ | ||
H A D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |