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

  /frameworks/av/drm/mediacas/plugins/clearkey/
KeyFetcher.h 33 struct KeyInfo {
50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0;
ClearKeySessionLibrary.h 50 struct KeyInfo {
57 KeyInfo mKeyInfo[kNumKeys];
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 24 // with KeyInfo.ModTime removed to prevent dependency cycles.
155 // A KeyInfo describes the statistics of a key. It is returned by Stat.
156 type KeyInfo struct {
166 func (k Key) Stat() (*KeyInfo, error) {
167 var ki KeyInfo
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
key.go 24 // with KeyInfo.ModTime removed to prevent dependency cycles.
155 // A KeyInfo describes the statistics of a key. It is returned by Stat.
156 type KeyInfo struct {
166 func (k Key) Stat() (*KeyInfo, error) {
167 var ki KeyInfo
  /frameworks/base/keystore/java/android/security/keystore/
KeyInfo.java 39 * The following example illustrates how to obtain a {@code KeyInfo} describing the provided Android
45 * KeyInfo keyInfo;
47 * keyInfo = (KeyInfo) factory.getKeySpec(key, KeyInfo.class);
53 * The following example illustrates how to obtain a {@code KeyInfo} describing the provided
59 * KeyInfo keyInfo;
61 * keyInfo = factory.getKeySpec(key, KeyInfo.class)
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyFactoryTest.java 20 import android.security.keystore.KeyInfo;
121 KeyInfo keyInfo = keyFactory.getKeySpec(keyPair.getPrivate(), KeyInfo.class);
122 assertEquals("test1", keyInfo.getKeystoreAlias());
123 assertEquals(purposes, keyInfo.getPurposes());
125 Arrays.asList(keyInfo.getBlockModes()), blockModes);
128 new ArrayList<String>(Arrays.asList(keyInfo.getEncryptionPaddings()));
135 new ArrayList<String>(Arrays.asList(keyInfo.getDigests()));
140 MoreAsserts.assertEmpty(Arrays.asList(keyInfo.getSignaturePaddings()))
    [all...]
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 186 struct KeyInfo {
199 #define AES_KEY_ID(_id) (((struct KeyInfo){ .key_type = CKK_AES, .obj_type = CKO_SECRET_KEY, .size = 256, .id = (_id) }).data)
  /external/clang/lib/Basic/
IdentifierTable.cpp 366 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1);
368 KeyInfo[i] = IIV[i];
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 534 CPL_KEY_INFO *KeyInfo;
545 KeyInfo = NULL;
564 KeyInfo = (CPL_KEY_INFO *) KeyBlob;
565 if (KeyInfo->KeyLengthInBits / 8 != WIN_CERT_UEFI_RSA2048_SIZE) {
574 KeyLenInBytes = KeyInfo->KeyLengthInBits / 8;
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
symbols.c 101 } KeyInfo;
141 InitKeyInfo(struct xkb_context *ctx, KeyInfo *keyi)
150 ClearKeyInfo(KeyInfo *keyi)
175 darray(KeyInfo) keys;
176 KeyInfo default_key;
204 KeyInfo *keyi;
215 KeyInfoText(SymbolsInfo *info, KeyInfo *keyi)
365 MergeKeys(SymbolsInfo *info, KeyInfo *into, KeyInfo *from, bool same_file)
429 AddKeySymbols(SymbolsInfo *info, KeyInfo *keyi, bool same_file
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 19067 KeyInfo keyinfo; member in struct:PreUpdate
    [all...]
  /external/sqlite/dist/
sqlite3.c 19067 KeyInfo keyinfo; member in struct:PreUpdate
    [all...]
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 651 milliseconds