Home
last modified time | relevance | path

Searched defs:GetKeyId (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/cc/monitoring/
H A Dmonitoring.h51 uint32_t GetKeyId() const { return key_id_; } in GetKeyId() function
/aosp_15_r20/external/tink/go/proto/tink_go_proto/
H A Dtink.pb.go603 func (x *Keyset_Key) GetKeyId() uint32 { func
679 func (x *KeysetInfo_KeyInfo) GetKeyId() uint32 { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/common/
H A Doblivious_http_header_key_config.h53 uint8_t GetKeyId() const { return key_id_; } in GetKeyId() function
/aosp_15_r20/external/tink/cc/internal/
H A Dserialization_test_util.h73 int GetKeyId() const { return id_; } in GetKeyId() function
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_format.cc83 absl::optional<uint32_t> GetKeyId(absl::string_view kid) { in GetKeyId() function
H A Djwt_format_test.cc265 TEST(JwtFormat, GetKeyId) { in TEST() argument
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp796 Error Frame::GetKeyId(uint8_t &aKeyId) const in GetKeyId() function in ot::Mac::Frame
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.hpp1162 uint32_t GetKeyId(void) const { return BigEndian::HostSwap32(mKeySource); } in GetKeyId() function in ot::Mle::Mle::SecurityHeader