Home
last modified time | relevance | path

Searched defs:hash_type (Results 1 – 25 of 83) sorted by relevance

1234

/external/private-join-and-compute/private_join_and_compute/crypto/
Dec_commutative_cipher.cc46 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()
Dec_point_util.cc48 absl::string_view input, ECCommutativeCipher::HashType hash_type) { in HashToCurve()
/external/libwebsockets/lib/tls/openssl/
Dlws-gencrypto.c36 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/
Dkey_generation_consistency_test.py125 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/
Dtest_util.cc43 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/
Dhmac_proto_serialization.cc98 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
Dhmac_parameters.cc37 HmacParameters::HashType hash_type) { in ValidateTagSizeBytes()
69 HashType hash_type, Variant variant) { in Create()
Dhmac_key_test.cc74 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
Dhmac_parameters_test.cc44 HmacParameters::HashType hash_type; member
220 HmacParameters::HashType hash_type; in TEST_P() local
/external/tink/cc/util/
Dtest_util.cc196 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()
Denums.cc169 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/
Dstateful_hmac_boringssl.cc36 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()
Decdsa_verify_boringssl.cc43 const SubtleUtilBoringSSL::EcKey& ec_key, HashType hash_type, in New()
66 internal::SslUniquePtr<EC_KEY> ec_key, HashType hash_type, in New()
Dstateful_hmac_boringssl_test.cc48 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()
Decdsa_sign_boringssl.cc38 const SubtleUtilBoringSSL::EcKey& ec_key, HashType hash_type, in New()
/external/tink/cc/signature/
Dsignature_key_templates.cc53 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()
Drsa_ssa_pkcs1_verify_key_manager_test.cc73 RsaSsaPkcs1KeyFormat CreateKeyFormat(HashType hash_type, in CreateKeyFormat()
169 HashType hash_type; in TEST() member
/external/libwebsockets/lib/tls/mbedtls/
Dlws-gencrypto.c31 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/
Dsphincs_verify_key_manager_test.cc96 SphincsHashType hash_type; member
107 SphincsHashType hash_type, in CreateValidPrivateKey()
122 SphincsHashType hash_type, in CreateValidPublicKey()
/external/tink/cc/jwt/internal/
Draw_jwt_hmac_key_manager.h54 google::crypto::tink::HashType hash_type; in Create() local
Djwt_hmac_key_manager.h55 google::crypto::tink::HashType hash_type; in Create() local
Draw_jwt_ecdsa_verify_key_manager.cc59 util::StatusOr<google::crypto::tink::HashType> hash_type = in Create() local
/external/tink/cc/internal/
Dmd_util.cc37 util::StatusOr<const EVP_MD *> EvpHashFromHashType(subtle::HashType hash_type) { in EvpHashFromHashType()
/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/
Danonymous_tokens_pb_openssl_converters.cc51 const HashType hash_type) { in ProtoHashTypeToEVPDigest()
/external/tink/cc/prf/
Dhmac_prf_key_manager.h73 static uint64_t MaxOutputLength(subtle::HashType hash_type) { in MaxOutputLength()

1234