Home
last modified time | relevance | path

Searched defs:HmacKey (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/tink/go/proto/hmac_go_proto/
H A Dhmac.pb.go96 type HmacKey struct { struct
97 state protoimpl.MessageState
98 sizeCache protoimpl.SizeCache
99 unknownFields protoimpl.UnknownFields
101 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
102 Params *HmacParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
103 …[]byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"`
106 func (x *HmacKey) Reset() {
115 func (x *HmacKey) String() string {
119 func (*HmacKey) ProtoMessage() {}
[all …]
/aosp_15_r20/external/tink/testing/cross_language/mac/
H A Dhmac_test.py39 key: hmac_pb2.HmacKey, output_prefix_type: tink_pb2.OutputPrefixType
258 self, lang: str, key: hmac_pb2.HmacKey
270 key: hmac_pb2.HmacKey,
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/mac/
H A DHmacKey.java40 public final class HmacKey extends MacKey { class
109 private HmacKey( in HmacKey() method in HmacKey
/aosp_15_r20/external/tink/go/mac/
H A Dhmac_key_manager_test.go481 func validateHMACKey(format *hmacpb.HmacKeyFormat, key *hmacpb.HmacKey) error {
495 func validateHMACPrimitive(p interface{}, key *hmacpb.HmacKey) error {
/aosp_15_r20/external/tink/python/tink/proto/
H A Dhmac.proto33 message HmacKey { message
/aosp_15_r20/external/tink/cc/proto/
H A Dhmac.proto33 message HmacKey { message
/aosp_15_r20/external/tink/java_src/proto/
H A Dhmac.proto33 message HmacKey { message
/aosp_15_r20/external/tink/proto/
H A Dhmac.proto33 message HmacKey { message
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Dhmac_key.h53 HmacKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in HmacKey() function
/aosp_15_r20/external/tink/cc/mac/
H A Dhmac_key.h65 HmacKey(const HmacParameters& parameters, const RestrictedData& key_bytes, in HmacKey() function
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/software/
H A DSharedSecret.cpp126 keymaster::KeymasterKeyBlob SoftSharedSecret::HmacKey() const { in HmacKey() function in aidl::android::hardware::security::sharedsecret::SoftSharedSecret
/aosp_15_r20/system/authgraph/boringssl/src/
H A Dhmac.rs30 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error> { in compute_hmac()
/aosp_15_r20/external/tink/go/proto/aes_ctr_hmac_aead_go_proto/
H A Daes_ctr_hmac_aead.pb.go104HmacKey *hmac_go_proto.HmacKey `protobuf:"bytes,3,opt,name=hmac_key,json=hmacKey,proto3" js… member
/aosp_15_r20/hardware/interfaces/security/keymint/support/
H A Dauthorization_set.cpp146 AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { in HmacKey() function in aidl::android::hardware::security::keymint::AuthorizationSetBuilder
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h344 inline AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { in HmacKey() function
/aosp_15_r20/system/authgraph/core/src/
H A Dtraits.rs128 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error>; in compute_hmac()
H A Dkeyexchange.rs496 hmac_key: HmacKey, in compute_sign_session_id()
H A Dkey.rs285 pub struct HmacKey(pub [u8; 32]); struct
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp485 AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { in HmacKey() function in android::hardware::keymaster::V4_0::AuthorizationSetBuilder
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dauthorization_set.h584 inline AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { in HmacKey() function
/aosp_15_r20/prebuilts/tools/common/google-api-services-storage/1.24.1/
HDgoogle-api-services-storage-v1-rev155-1.24.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dstorage.v1.json3865 "HmacKey": { object
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp_15_r20/prebuilts/bundletool/
HDbundletool-all-20230807.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12