Home
last modified time | relevance | path

Searched defs:h (Results 1 – 15 of 15) sorted by relevance

/net-tools-3.6.0/libcoap/src/
Dhashkey.c15 coap_hash_impl(const unsigned char *s, unsigned int len, coap_key_t h) { in coap_hash_impl()
Duri.c327 segment_handler_t h, void *data) { in coap_split_path_impl()
Dnet.c498 coap_key_t h; in coap_transaction_id() local
1356 coap_method_handler_t h = NULL; in handle_request() local
Dresource.c609 coap_method_handler_t h; local
/net-tools-3.6.0/tinydtls-0.8.2/sha2/
Dsha2.c385 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
396 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
405 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
417 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
475 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
713 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
724 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
733 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
745 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
800 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
/net-tools-3.6.0/tinydtls-0.8.2/
Ddtls.h239 dtls_handler_t *h; /**< callback handlers */ member
262 static inline void dtls_set_handler(dtls_context_t *ctx, dtls_handler_t *h) { in dtls_set_handler()
Dcrypto.c183 dtls_p_hash(dtls_hashfunc_t h, in dtls_p_hash()
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dgcm.c106 unsigned char h[16]; in gcm_gen_table() local
219 unsigned char h[16]; in gcm_mult() local
Decjpake.c185 mbedtls_mpi *h ) in ecjpake_hash()
239 mbedtls_mpi r, h; in ecjpake_zkp_read() local
315 mbedtls_mpi h; /* later recycled to hold r */ in ecjpake_zkp_write() local
Dsha256.c175 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
Decp_curves.c54 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
60 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
Dsha512.c217 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_sha512_process() argument
Decdsa.c170 mbedtls_mpi h; in mbedtls_ecdsa_sign_det() local
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Decp.h139 unsigned int h; /*!< internal: 1 if the constants are static */ member
/net-tools-3.6.0/libcoap/examples/
Dcoap-rd.c401 str h = {0, NULL}, ins = {0, NULL}, rt = {0, NULL}, lt = {0, NULL}; /* store query parameters */ in hnd_post_rd() local