Home
last modified time | relevance | path

Searched refs:dtls_hmac_init (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/
Dhmac.c88 dtls_hmac_init(ctx, key, klen); in dtls_hmac_new()
94 dtls_hmac_init(dtls_hmac_context_t *ctx, const unsigned char *key, size_t klen) { in dtls_hmac_init() function
Dhmac.h107 void dtls_hmac_init(dtls_hmac_context_t *ctx, const unsigned char *key, size_t klen);
Dcrypto.c214 dtls_hmac_init(hmac_p, key, keylen); in dtls_p_hash()
226 dtls_hmac_init(hmac_a, key, keylen); in dtls_p_hash()
231 dtls_hmac_init(hmac_p, key, keylen); in dtls_p_hash()
Ddtls.c310 dtls_hmac_init(&hmac_context, ctx->cookie_secret, DTLS_COOKIE_SECRET_LENGTH); in dtls_create_cookie()