| /external/private-join-and-compute/private_join_and_compute/crypto/ |
| D | ec_commutative_cipher.cc | 46 HashType hash_type) in ECCommutativeCipher() 54 bool ECCommutativeCipher::ValidateHashType(HashType hash_type) { in ValidateHashType() 59 bool ECCommutativeCipher::ValidateHashType(int hash_type) { in ValidateHashType() 64 ECCommutativeCipher::CreateWithNewKey(int curve_id, HashType hash_type) { in CreateWithNewKey() 77 HashType hash_type) { in CreateFromKey() 96 HashType hash_type) { in CreateWithKeyFromSeed()
|
| D | ec_point_util.cc | 48 absl::string_view input, ECCommutativeCipher::HashType hash_type) { in HashToCurve()
|
| /external/libwebsockets/lib/tls/openssl/ |
| D | lws-gencrypto.c | 36 lws_gencrypto_openssl_hash_to_NID(enum lws_genhash_types hash_type) in lws_gencrypto_openssl_hash_to_NID() 64 lws_gencrypto_openssl_hash_to_EVP_MD(enum lws_genhash_types hash_type) in lws_gencrypto_openssl_hash_to_EVP_MD()
|
| /external/tink/testing/cross_language/ |
| D | key_generation_consistency_test.py | 125 tag_size=16, hash_type=common_pb2.SHA256): argument 146 def _test_case(key_size=32, tag_size=16, hash_type=common_pb2.SHA256): argument 206 def _test_case(key_size=32, hash_type=common_pb2.SHA256): argument 218 def _test_case(key_size=32, hash_type=common_pb2.SHA256): argument
|
| /external/tink/cc/experimental/pqcrypto/kem/util/ |
| D | test_util.cc | 43 google::crypto::tink::HashType hash_type) { in GetCecpq2AeadHkdfTestKey() 80 google::crypto::tink::HashType hash_type, uint32_t aes_gcm_key_size) { in GetCecpq2AesGcmHkdfTestKey() 98 google::crypto::tink::HashType hash_type, uint32_t aes_ctr_key_size, in GetCecpq2AesCtrHmacHkdfTestKey() 131 google::crypto::tink::HashType hash_type) { in GetCecpq2XChaCha20Poly1305HkdfTestKey()
|
| /external/tink/cc/mac/ |
| D | hmac_proto_serialization.cc | 98 util::StatusOr<HmacParameters::HashType> ToHashType(HashType hash_type) { in ToHashType() 116 util::StatusOr<HashType> ToProtoHashType(HmacParameters::HashType hash_type) { in ToProtoHashType() 157 util::StatusOr<HmacParameters::HashType> hash_type = in ParseParameters() local 215 util::StatusOr<HmacParameters::HashType> hash_type = in ParseKey() local
|
| D | hmac_parameters.cc | 37 HmacParameters::HashType hash_type) { in ValidateTagSizeBytes() 69 HashType hash_type, Variant variant) { in Create()
|
| D | hmac_key_test.cc | 74 HmacParameters::HashType hash_type; in TEST_P() local 135 HmacParameters::HashType hash_type; in TEST_P() local 155 HmacParameters::HashType hash_type; in TEST_P() local
|
| D | hmac_parameters_test.cc | 44 HmacParameters::HashType hash_type; member 220 HmacParameters::HashType hash_type; in TEST_P() local
|
| /external/tink/cc/util/ |
| D | test_util.cc | 196 subtle::HashType hash_type, in GetEciesAesGcmHkdfTestKey() 208 google::crypto::tink::HashType hash_type) { in GetEciesAeadHkdfTestKey() 229 google::crypto::tink::HashType hash_type, uint32_t aes_gcm_key_size) { in GetEciesAesGcmHkdfTestKey() 247 google::crypto::tink::HashType hash_type, uint32_t aes_ctr_key_size, in GetEciesAesCtrHmacHkdfTestKey() 279 google::crypto::tink::HashType hash_type) { in GetEciesXChaCha20Poly1305HkdfTestKey() 297 google::crypto::tink::HashType hash_type) { in GetEciesAesSivHkdfTestKey() 313 subtle::EllipticCurveType curve_type, subtle::HashType hash_type, in GetEcdsaTestPrivateKey() 322 google::crypto::tink::HashType hash_type, in GetEcdsaTestPrivateKey()
|
| D | enums.cc | 169 const char* Enums::HashName(pb::HashType hash_type) { in HashName() 187 util::StatusOr<int> Enums::HashLength(pb::HashType hash_type) { in HashLength()
|
| /external/tink/cc/subtle/ |
| D | stateful_hmac_boringssl.cc | 36 HashType hash_type, uint32_t tag_size, const util::SecretData& key_value) { in New() 89 HashType hash_type, uint32_t tag_size, const util::SecretData& key_value) in StatefulHmacBoringSslFactory()
|
| D | ecdsa_verify_boringssl.cc | 43 const SubtleUtilBoringSSL::EcKey& ec_key, HashType hash_type, in New() 66 internal::SslUniquePtr<EC_KEY> ec_key, HashType hash_type, in New()
|
| D | stateful_hmac_boringssl_test.cc | 48 void EmptyHmac(HashType hash_type, uint32_t tag_size, std::string key, in EmptyHmac() 80 void BasicHmac(HashType hash_type, uint32_t tag_size, std::string key, in BasicHmac() 116 void MultipleUpdateHmac(HashType hash_type, uint32_t tag_size, std::string key, in MultipleUpdateHmac()
|
| D | ecdsa_sign_boringssl.cc | 38 const SubtleUtilBoringSSL::EcKey& ec_key, HashType hash_type, in New()
|
| /external/tink/cc/signature/ |
| D | signature_key_templates.cc | 53 HashType hash_type, EllipticCurveType curve_type, in NewEcdsaKeyTemplate() 69 HashType hash_type, EllipticCurveType curve_type, in NewEcdsaKeyTemplate() 75 std::unique_ptr<KeyTemplate> NewRsaSsaPkcs1KeyTemplate(HashType hash_type, in NewRsaSsaPkcs1KeyTemplate()
|
| D | rsa_ssa_pkcs1_verify_key_manager_test.cc | 73 RsaSsaPkcs1KeyFormat CreateKeyFormat(HashType hash_type, in CreateKeyFormat() 169 HashType hash_type; in TEST() member
|
| /external/libwebsockets/lib/tls/mbedtls/ |
| D | lws-gencrypto.c | 31 lws_gencrypto_mbedtls_hash_to_MD_TYPE(enum lws_genhash_types hash_type) in lws_gencrypto_mbedtls_hash_to_MD_TYPE()
|
| /external/tink/cc/experimental/pqcrypto/signature/ |
| D | sphincs_verify_key_manager_test.cc | 96 SphincsHashType hash_type; member 107 SphincsHashType hash_type, in CreateValidPrivateKey() 122 SphincsHashType hash_type, in CreateValidPublicKey()
|
| /external/tink/cc/jwt/internal/ |
| D | raw_jwt_hmac_key_manager.h | 54 google::crypto::tink::HashType hash_type; in Create() local
|
| D | jwt_hmac_key_manager.h | 55 google::crypto::tink::HashType hash_type; in Create() local
|
| D | raw_jwt_ecdsa_verify_key_manager.cc | 59 util::StatusOr<google::crypto::tink::HashType> hash_type = in Create() local
|
| /external/tink/cc/internal/ |
| D | md_util.cc | 37 util::StatusOr<const EVP_MD *> EvpHashFromHashType(subtle::HashType hash_type) { in EvpHashFromHashType()
|
| /external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/ |
| D | anonymous_tokens_pb_openssl_converters.cc | 51 const HashType hash_type) { in ProtoHashTypeToEVPDigest()
|
| /external/tink/cc/prf/ |
| D | hmac_prf_key_manager.h | 73 static uint64_t MaxOutputLength(subtle::HashType hash_type) { in MaxOutputLength()
|