Searched refs:dtls_cipher_context_t (Results 1 – 2 of 2) sorted by relevance
55 static struct dtls_cipher_context_t cipher_context;60 static struct dtls_cipher_context_t *dtls_cipher_context_get(void) in dtls_cipher_context_get()531 struct dtls_cipher_context_t *ctx = dtls_cipher_context_get(); in dtls_encrypt()557 struct dtls_cipher_context_t *ctx = dtls_cipher_context_get(); in dtls_decrypt()
74 typedef struct dtls_cipher_context_t { struct77 } dtls_cipher_context_t; argument