Searched defs:hash_type (Results 1 – 10 of 10) sorted by relevance
| /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()
|
| D | lws-genrsa.c | 284 enum lws_genhash_types hash_type, const uint8_t *sig, 327 enum lws_genhash_types hash_type, uint8_t *sig,
|
| D | lws-genec.c | 476 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/ |
| 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()
|
| D | lws-genec.c | 382 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()
|
| D | lws-genrsa.c | 318 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/ |
| D | abg-hash.cc | 334 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
|
| D | abg-ir.cc | 23584 hash_type(const type_base *t) in hash_type() function
|
| /external/python/cryptography/tests/hazmat/primitives/ |
| D | test_ec.py | 42 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/ |
| D | lws-jose.h | 81 enum lws_genhash_types hash_type; member
|