Home
last modified time | relevance | path

Searched defs:encryption (Results 1 – 25 of 240) sorted by relevance

12345678910

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md269 ### Cipher mechanism selection
298 ### Cipher mechanism availability
312 ### Cipher metadata
337 ### Cipher key management
359 ### Unauthenticated cipher operations
384 ### Authenticated cipher operations
416 ### Miscellaneous cipher operation management
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dcord_aes_gcm_boringssl.cc47 bool encryption) { in SetIvAndDirection()
71 EVP_CIPHER_CTX* partial_context, absl::string_view iv, bool encryption) { in NewContextFromPartial()
106 const util::SecretData& key, absl::string_view iv, bool encryption) { in NewContext()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
H A DChaCha20Poly1305HpkeAeadTest.java102 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local
120 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
H A DAesGcmHpkeAeadTest.java118 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local
136 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
H A DHpkeContextTest.java75 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyEncrypt() local
87 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyDecrypt() local
/aosp_15_r20/external/libcups/scheduler/
H A Dtestspeed.c46 http_encryption_t encryption; /* Encryption to use */ in main() local
241 http_encryption_t encryption, /* I - Encryption to use */ in do_test()
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Djson_serializable.cpp91 EncryptedSerializable encryption( in WriteProtectedJsonToFile() local
142 EncryptedSerializable encryption( in ReadProtectedJsonFromFile() local
Dtpm_key_blob_maker.cpp226 EncryptedSerializable encryption( in UnvalidatedCreateKeyBlob() local
253 EncryptedSerializable encryption( in UnwrapKeyBlob() local
/aosp_15_r20/external/tink/cc/core/
H A Dkey_manager_impl_test.cc305 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local
339 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local
496 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local
H A Dkey_type_manager_test.cc120 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local
194 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local
/aosp_15_r20/kernel/tests/net/test/
H A Dxfrm.py493 def AddSaInfo(self, src, dst, spi, mode, reqid, encryption, auth_trunc, aead, argument
645 def CreateTunnel(self, direction, selector, src, dst, spi, encryption, argument
720 encryption, auth_trunc, aead, argument
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
H A DCMSSignedHelper.java44 private static void addEntries(ASN1ObjectIdentifier alias, String encryption) in addEntries()
46 encryptionAlgs.put(alias.getId(), encryption); in addEntries() local
H A DDefaultCMSSignatureAlgorithmNameGenerator.java32 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) in addEntries()
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java43 private static void addEntries(ASN1ObjectIdentifier alias, String encryption) in addEntries()
45 encryptionAlgs.put(alias.getId(), encryption); in addEntries() local
H A DDefaultCMSSignatureAlgorithmNameGenerator.java28 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) in addEntries()
/aosp_15_r20/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java430 String encryption = get("k", '='); in getEncryptionMethod() local
442 String encryption = get("k", '='); in getEncryptionKey() local
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/
Dupdate_security_algorithm_command_builder.cc25 std::string GetATCommand(int32_t connection_event, int32_t encryption, in GetATCommand()
/aosp_15_r20/external/libcups/cups/
H A Dhttp.c432 http_encryption_t encryption, /* I - Type of encryption to use */ in httpConnect2()
480 http_encryption_t encryption) /* I - Type of encryption to use */ in httpConnectEncrypt()
3933 http_encryption_t encryption, /* I - Encryption to use */ in http_create()
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/javac/
DFederatedCompute.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.network-V4-java-source/gen/android/hardware/radio/network/
DSecurityAlgorithmUpdate.java21 public int encryption = android.hardware.radio.network.SecurityAlgorithm.A50; field in SecurityAlgorithmUpdate
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/
H A Dcecpq2_hybrid_config_test.cc138 std::string encryption = in TEST_F() local
/aosp_15_r20/external/tink/cc/hybrid/
H A Dhybrid_config_test.cc139 std::string encryption = in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dattribute.cc21 AccessRequirements::AccessRequirements(bool encryption, in AccessRequirements()
/aosp_15_r20/frameworks/base/core/proto/android/service/
H A Ddiskstats.proto47 optional EncryptionType encryption = 5; field
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWpaPersonalTest.py76 def verify_wpa_network_encryption(self, encryption): argument

12345678910