Searched refs:is_client (Results 1 – 1 of 1) sorted by relevance
491 static inline int is_ecdsa_supported(dtls_context_t *ctx, int is_client) in is_ecdsa_supported() argument494 return ctx && ctx->h && ((!is_client && ctx->h->get_ecdsa_key) || in is_ecdsa_supported()495 (is_client && ctx->h->verify_ecdsa_key)); in is_ecdsa_supported()522 known_cipher(dtls_context_t *ctx, dtls_cipher_t code, int is_client) { in known_cipher() argument527 ecdsa = is_ecdsa_supported(ctx, is_client); in known_cipher()