Home
last modified time | relevance | path

Searched defs:KeyInfo (Results 1 – 25 of 263) sorted by relevance

1234567891011

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
Dkey.go149 type KeyInfo struct { struct
150 SubKeyCount uint32
151 … key's subkey with the longest name, in Unicode characters, not including the terminating zero byte
152 ValueCount uint32
153 …ize of the key's longest value name, in Unicode characters, not including the terminating zero byte
154 MaxValueLen uint32 // longest data component among the key's values, in bytes
155 lastWriteTime syscall.Filetime
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp48 struct KeyInfo { struct
49 CoseKeyCurve curve;
50 byte_view pubkey;
54 bool operator==(const KeyInfo& other) const { in operator ==()
/aosp_15_r20/frameworks/av/drm/mediacas/plugins/clearkey/
H A DKeyFetcher.h33 struct KeyInfo { struct
50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0; argument
H A DClearKeySessionLibrary.h53 struct KeyInfo { struct
60 KeyInfo mKeyInfo[kNumKeys]; argument
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.h36 struct KeyInfo { struct
56 KeyedVector<int32_t, KeyInfo> keysByScanCode; argument
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java67 public class KeyInfo implements KeySpec { class
95 public KeyInfo(String keystoreKeyAlias, in KeyInfo() method in KeyInfo
/aosp_15_r20/device/google/contexthub/lib/include/nanohub/
Dnanohub.h187 struct KeyInfo { struct
200 #define AES_KEY_ID(_id) (((struct KeyInfo){ .key_type = CKK_AES, .obj_type = CKO_SECRET_KEY, .size … argument
/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_client.hpp971 typedef Crypto::Ecdsa::P256::KeyPairAsRef KeyInfo; typedef in ot::Srp::Client
973 typedef Crypto::Ecdsa::P256::KeyPair KeyInfo; typedef in ot::Srp::Client
/aosp_15_r20/external/tink/cc/proto/
H A Dtink.proto165 message KeyInfo { message
/aosp_15_r20/external/tink/python/tink/proto/
H A Dtink.proto165 message KeyInfo { message
/aosp_15_r20/external/tink/java_src/proto/
H A Dtink.proto165 message KeyInfo { message
/aosp_15_r20/external/tink/proto/
H A Dtink.proto165 message KeyInfo { message
/aosp_15_r20/external/clang/lib/Basic/
H A DIdentifierTable.cpp366 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); in MultiKeywordSelector() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DIdentifierTable.h896 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DIdentifierTable.h921 const IdentifierInfo **KeyInfo = in MultiKeywordSelector() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DIdentifierTable.h921 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local
/aosp_15_r20/external/tink/go/proto/tink_go_proto/
H A Dtink.pb.go433KeyInfo []*KeysetInfo_KeyInfo `protobuf:"bytes,2,rep,name=key_info,json=keyInfo,proto3" json:"key_… member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DIdentifierTable.h921 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dsymbols.c103 } KeyInfo; typedef
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15237 typedef struct KeyInfo KeyInfo; typedef
18485 struct KeyInfo { struct
18486 u32 nRef; /* Number of references to this KeyInfo object */ argument
18496 ** Allowed bit values for entries in the KeyInfo.aSortFlags[] array. argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15362 typedef struct KeyInfo KeyInfo; typedef
18619 struct KeyInfo { struct
18620 u32 nRef; /* Number of references to this KeyInfo object */ argument
18630 ** Allowed bit values for entries in the KeyInfo.aSortFlags[] array. argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15405 typedef struct KeyInfo KeyInfo; typedef
18666 struct KeyInfo { struct
18667 u32 nRef; /* Number of references to this KeyInfo object */ argument
18677 ** Allowed bit values for entries in the KeyInfo.aSortFlags[] array. argument
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15237 typedef struct KeyInfo KeyInfo; typedef
18485 struct KeyInfo { struct
18486 u32 nRef; /* Number of references to this KeyInfo object */ argument
18496 ** Allowed bit values for entries in the KeyInfo.aSortFlags[] array. argument
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex10000/turbine/
Dgrpc-java-core-util.jario/grpc/util/AdvancedTlsX509KeyManager$KeyInfo.class <Unknown> package io.grpc. ...
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex33/turbine/
Dgrpc-java-core-util.jario/grpc/util/AdvancedTlsX509KeyManager$KeyInfo.class <Unknown> package io.grpc. ...

1234567891011