/external/openthread/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 269 ### 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/ |
D | cord_aes_gcm_boringssl.cc | 47 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/ |
D | ChaCha20Poly1305HpkeAeadTest.java | 99 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local 117 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
|
D | AesGcmHpkeAeadTest.java | 115 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local 133 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
|
D | HpkeContextTest.java | 74 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/ |
D | ChaCha20Poly1305HpkeAeadTest.java | 102 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local 120 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
|
D | AesGcmHpkeAeadTest.java | 118 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in seal_wrongKeyLength() local 136 HpkeTestEncryption encryption = testVector.getEncryptions().get(0); in open_wrongKeyLength() local
|
D | HpkeContextTest.java | 75 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyEncrypt() local 87 HpkeTestEncryption encryption = testVector.getEncryptions().get(i); in verifyDecrypt() local
|
/external/libcups/scheduler/ |
D | testspeed.c | 46 http_encryption_t encryption; /* Encryption to use */ in main() local 241 http_encryption_t encryption, /* I - Encryption to use */ in do_test()
|
D | auth.h | 96 http_encryption_t encryption; /* To encrypt or not to encrypt... */ member
|
D | client.h | 79 http_encryption_t encryption; /* To encrypt or not to encrypt... */ member
|
/external/tink/cc/core/ |
D | key_type_manager_test.cc | 120 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local 194 std::string encryption = aead->Encrypt("Hi", "aad").value(); in TEST() local
|
D | key_manager_impl_test.cc | 305 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/ |
D | cecpq2_hybrid_config_test.cc | 138 std::string encryption = in TEST_F() local
|
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
D | DefaultCMSSignatureAlgorithmNameGenerator.java | 36 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) in addEntries()
|
D | CMSSignedHelper.java | 46 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/ |
D | DefaultCMSSignatureAlgorithmNameGenerator.java | 32 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) in addEntries()
|
D | CMSSignedHelper.java | 45 private static void addEntries(ASN1ObjectIdentifier alias, String encryption) in addEntries() 47 encryptionAlgs.put(alias.getId(), encryption); in addEntries() local
|
/external/tink/cc/hybrid/ |
D | hybrid_config_test.cc | 139 std::string encryption = in TEST_F() local
|
/external/pigweed/pw_bluetooth_sapphire/host/att/ |
D | attribute.cc | 23 AccessRequirements::AccessRequirements(bool encryption, in AccessRequirements()
|
/external/coreboot/src/device/ |
D | pci_class.c | 176 static const PCI_SUBCLASS encryption[] = { variable
|
/external/libcups/cups/ |
D | dest-localization.c | 340 http_encryption_t encryption; /* Encryption to use */ in cups_create_localizations() local
|
D | testhttp.c | 221 http_encryption_t encryption; /* Encryption type */ in main() local
|
D | http.c | 432 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/ |
D | tls.rs | 29 mod encryption { module
|