Home
last modified time | relevance | path

Searched defs:keyType (Results 1 – 25 of 46) sorted by relevance

12

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DImsiEncryptionInfo.java46 private final int keyType; field in ImsiEncryptionInfo
51 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo()
57 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugMmsConfigItemView.java42 void onValueChanged(String key, String keyType, String value); in onValueChanged()
66 public void bind(final String key, final String keyType, final String value, in bind()
H A DDebugMmsConfigFragment.java135 public void onValueChanged(String key, String keyType, String value) { in onValueChanged()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DInitDataParser.cpp49 V1_0::KeyType keyType, in parse()
150 std::string InitDataParser::generateRequest(V1_0::KeyType keyType, in generateRequest()
H A DSession.cpp45 V1_0::KeyType keyType, in getKeyRequest()
H A DDrmPlugin.cpp175 KeyType keyType, in getKeyRequestCommon()
249 KeyType keyType, in getKeyRequest()
271 KeyType keyType, in getKeyRequest_1_1()
292 KeyType keyType, in getKeyRequest_1_2()
/aosp12/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainTestActivity.java240 @Override public String chooseServerAlias(String keyType, in chooseServerAlias()
266 @Override public String[] getClientAliases(String keyType, Principal[] issuers) { in getClientAliases()
270 @Override public String[] getServerAliases(String keyType, Principal[] issuers) { in getServerAliases()
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyPairGeneratorSpec.java113 public KeyPairGeneratorSpec(Context context, String keyStoreAlias, String keyType, int keySize, in KeyPairGeneratorSpec()
331 public Builder setKeyType(@NonNull @KeyProperties.KeyAlgorithmEnum String keyType) in setKeyType()
/aosp12/system/security/keystore/
H A Dkeystore_utils.cpp108 void add_legacy_key_authorizations(int keyType, keystore::AuthorizationSet* params) { in add_legacy_key_authorizations()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierKeyDownloadManager.java498 public boolean isKeyEnabled(int keyType) { in isKeyEnabled()
507 public static boolean isKeyEnabled(int keyType, int keyAvailability) { in isKeyEnabled()
H A DCarrierInfoManager.java69 public static ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, in getCarrierInfoForImsiEncryption()
H A DPhoneSubInfoController.java94 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption()
H A DPhoneInternalInterface.java1087 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, boolean fallback); in getCarrierInfoForImsiEncryption()
/aosp12/frameworks/av/media/ndk/include/media/
H A DNdkMediaDrm.h155 AMediaDrmKeyStatusType keyType; member
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp87 KeyType keyType, in getKeyRequest()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl147 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption()
/aosp12/system/keymaster/cppcose/
H A Dcppcose.cpp296 auto& keyType = senderCoseKey->asMap()->get(CoseKey::KEY_TYPE); in getSenderPubKeyFromCoseEncrypt() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleBackupHelper.java228 SharedFileEntryType keyType = getEntryType(entry); in restoreKey() local
H A DPeopleSpaceWidgetManager.java1291 PeopleBackupHelper.SharedFileEntryType keyType = getEntryType(entry); in remapSharedFile() local
/aosp12/frameworks/av/drm/libmediadrm/fuzzer/
H A Dmediadrm_fuzzer.cpp232 DrmPlugin::KeyType keyType; in invokeDrmDecryptEncryptAPI() local
/aosp12/hardware/interfaces/drm/1.0/default/
H A DDrmPlugin.cpp45 KeyType keyType, const hidl_vec<KeyValue>& optionalParameters, in getKeyRequest()
/aosp12/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp114 String8 const &mimeType, KeyType keyType, in getKeyRequest()
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java2294 private final Class<K> keyType; field in Assoc
2297 private Assoc(Class<K> keyType, Class<V> valueType) { in Assoc()
2302 public static <K, V> Assoc<K, V> of(Class<K> keyType, Class<V> valueType) { in of()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp766 jclass keyType) { in CameraMetadata_getAllVendorKeys()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp415 const uint8_t *init, size_t initSize, const char *mimeType, AMediaDrmKeyType keyType, in AMediaDrm_getKeyRequest()

12