Home
last modified time | relevance | path

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

/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()
Dlws-genrsa.c284 enum lws_genhash_types hash_type, const uint8_t *sig,
327 enum lws_genhash_types hash_type, uint8_t *sig,
Dlws-genec.c476 enum lws_genhash_types hash_type, int keybits, in lws_genecdsa_hash_sign_jws()
558 enum lws_genhash_types hash_type, int keybits, in lws_genecdsa_hash_sig_verify_jws()
/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()
Dlws-genec.c382 enum lws_genhash_types hash_type, int keybits, in lws_genecdsa_hash_sign_jws()
444 enum lws_genhash_types hash_type, int keybits, in lws_genecdsa_hash_sig_verify_jws()
Dlws-genrsa.c318 enum lws_genhash_types hash_type, const uint8_t *sig, in lws_genrsa_hash_sig_verify()
353 enum lws_genhash_types hash_type, uint8_t *sig, in lws_genrsa_hash_sign()
/external/libabigail/src/
Dabg-hash.cc334 type_base::hash hash_type; in operator ()() local
812 type_decl::hash hash_type; in operator ()() local
832 type_base::shared_ptr_hash hash_type; in operator ()() local
895 type_base::dynamic_hash hash_type; in operator ()() local
Dabg-ir.cc23584 hash_type(const type_base *t) in hash_type() function
/external/python/cryptography/tests/hazmat/primitives/
Dtest_ec.py42 def _skip_ecdsa_vector(backend, curve_type, hash_type): argument
289 def test_with_numbers(self, backend, vector, hash_type): argument
324 def test_signing_with_example_keys(self, backend, vector, hash_type): argument
/external/libwebsockets/include/libwebsockets/
Dlws-jose.h81 enum lws_genhash_types hash_type; member