Home
last modified time | relevance | path

Searched refs:dtls_cipher_t (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/
Dglobal.h78 } dtls_cipher_t; typedef
Dcrypto.h102 dtls_cipher_t cipher; /**< cipher type */
128 dtls_cipher_t cipher; /**< cipher type */
Ddtls.c461 static inline int is_tls_ecdhe_ecdsa_with_aes_128_ccm_8(dtls_cipher_t cipher) in is_tls_ecdhe_ecdsa_with_aes_128_ccm_8()
471 static inline int is_tls_psk_with_aes_128_ccm_8(dtls_cipher_t cipher) in is_tls_psk_with_aes_128_ccm_8()
522 known_cipher(dtls_context_t *ctx, dtls_cipher_t code, int is_client) { in known_cipher()