/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
H A D | EncryptResponse.java | 60 private final String encryptionAlgorithm; field in EncryptResponse 110 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in EncryptResponse 251 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() method 264 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 272 private String encryptionAlgorithm; field in EncryptResponse.BuilderImpl 316 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm() 321 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() method in EncryptResponse.BuilderImpl 327 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() argument
|
H A D | DecryptResponse.java | 66 private final String encryptionAlgorithm; field in DecryptResponse 126 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in DecryptResponse 304 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument 317 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 349 private String encryptionAlgorithm; field in DecryptResponse.BuilderImpl 396 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm() 401 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() method in DecryptResponse.BuilderImpl 407 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() argument
|
H A D | EncryptRequest.java | 106 private final String encryptionAlgorithm; field in EncryptRequest 357 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in EncryptRequest 735 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument 765 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 803 private String encryptionAlgorithm; field in EncryptRequest.BuilderImpl 893 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm() 898 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() argument 904 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() method in EncryptRequest.BuilderImpl
|
H A D | DecryptRequest.java | 112 private final String encryptionAlgorithm; field in DecryptRequest 365 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in DecryptRequest 792 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument 818 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 947 private String encryptionAlgorithm; field in DecryptRequest.BuilderImpl 1040 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm() 1045 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() method in DecryptRequest.BuilderImpl 1051 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() method in DecryptRequest.BuilderImpl
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | NullCipherNotifierTest.java | 419 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_updateSubscriptionId_clearsOldId() local 449 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_newSubIdOnAlgoUpdate_clearsOldId() local
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | AbstractSessionStateMachine.java | 274 int encryptionAlgorithm, in recordMetricsEvent_SaNegotiation() 287 encryptionAlgorithm, in recordMetricsEvent_SaNegotiation() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
H A D | EncryptedData.java | 72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData()
|
H A D | PKCSObjectIdentifiers.java | 91 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
H A D | EncryptedData.java | 70 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData()
|
H A D | PKCSObjectIdentifiers.java | 89 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
H A D | EncryptedData.java | 72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData()
|
H A D | PKCSObjectIdentifiers.java | 92 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
|
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc8018.py | 60 encryptionAlgorithm = _OID(rsadsi, 3) variable
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionTestBase.java | 262 int encryptionAlgorithm, in verifyIkeSaMetricsLogged()
|
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
H A D | SignerInformation.java | 55 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
H A D | SignerInformation.java | 57 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | IkeMetrics.java | 707 @EncryptionAlgorithms int encryptionAlgorithm, in logSaNegotiation()
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_messages.py | 558 encryptionAlgorithm = _messages.StringField(1) variable in Object.CustomerEncryptionValue
|
/aosp_15_r20/external/aws-sdk-java-v2/services/signer/src/main/resources/codegen-resources/ |
H A D | api-2.json | 523 "encryptionAlgorithm":{"shape":"EncryptionAlgorithm"}, object
|
H A D | service-2.json | 1423 "encryptionAlgorithm":{ object
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/ |
D | storage_v1.json | 676 "encryptionAlgorithm": { object
|
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-bcpkix-unbundled/linux_glibc_common/javac/ |
D | bouncycastle-bcpkix-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | storage.v1.json | 4095 "encryptionAlgorithm": { object
|
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-bcpkix-unbundled/linux_glibc_common/local-javac-header/ |
D | bouncycastle-bcpkix-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-services-storage/1.24.1/ |
HD | google-api-services-storage-v1-rev155-1.24.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |