Searched refs:DTLS_COOKIE_SECRET_LENGTH (Results 1 – 2 of 2) sorted by relevance
71 #define DTLS_COOKIE_SECRET_LENGTH 12 macro224 unsigned char cookie_secret[DTLS_COOKIE_SECRET_LENGTH];
310 dtls_hmac_init(&hmac_context, ctx->cookie_secret, DTLS_COOKIE_SECRET_LENGTH); in dtls_create_cookie()3787 if (dtls_prng(c->cookie_secret, DTLS_COOKIE_SECRET_LENGTH)) in dtls_new_context()