Home
last modified time | relevance | path

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

123

/external/openthread/third_party/mbedtls/repo/docs/
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
/external/tink/cc/aead/internal/
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()
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/internal/
DChaCha20Poly1305HpkeAeadTest.java99 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local
117 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
DAesGcmHpkeAeadTest.java115 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local
133 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
DHpkeContextTest.java74 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyEncrypt() local
86 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyDecrypt() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
DChaCha20Poly1305HpkeAeadTest.java102 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local
120 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
DAesGcmHpkeAeadTest.java118 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local
136 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
DHpkeContextTest.java75 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyEncrypt() local
87 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyDecrypt() local
/external/libcups/scheduler/
Dtestspeed.c46 http_encryption_t encryption; /* Encryption to use */ in main() local
241 http_encryption_t encryption, /* I - Encryption to use */ in do_test()
Dauth.h96 http_encryption_t encryption; /* To encrypt or not to encrypt... */ member
Dclient.h79 http_encryption_t encryption; /* To encrypt or not to encrypt... */ member
/external/tink/cc/core/
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
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
/external/tink/cc/experimental/pqcrypto/kem/
Dcecpq2_hybrid_config_test.cc138 std::string encryption = in TEST_F() local
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
DDefaultCMSSignatureAlgorithmNameGenerator.java36 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) in addEntries()
DCMSSignedHelper.java46 private static void addEntries(ASN1ObjectIdentifier alias, String encryption) in addEntries()
48 encryptionAlgs.put(alias.getId(), encryption); in addEntries() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureAlgorithmNameGenerator.java32 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) in addEntries()
DCMSSignedHelper.java45 private static void addEntries(ASN1ObjectIdentifier alias, String encryption) in addEntries()
47 encryptionAlgs.put(alias.getId(), encryption); in addEntries() local
/external/tink/cc/hybrid/
Dhybrid_config_test.cc139 std::string encryption = in TEST_F() local
/external/pigweed/pw_bluetooth_sapphire/host/att/
Dattribute.cc23 AccessRequirements::AccessRequirements(bool encryption, in AccessRequirements()
/external/coreboot/src/device/
Dpci_class.c176 static const PCI_SUBCLASS encryption[] = { variable
/external/libcups/cups/
Ddest-localization.c340 http_encryption_t encryption; /* Encryption to use */ in cups_create_localizations() local
Dtesthttp.c221 http_encryption_t encryption; /* Encryption type */ in main() local
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()
/external/rust/android-crates-io/crates/tungstenite/src/
Dtls.rs29 mod encryption { module

123