Searched refs:dtls_hmac_init (Results 1 – 4 of 4) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | hmac.c | 88 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
|
D | hmac.h | 107 void dtls_hmac_init(dtls_hmac_context_t *ctx, const unsigned char *key, size_t klen);
|
D | crypto.c | 214 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()
|
D | dtls.c | 310 dtls_hmac_init(&hmac_context, ctx->cookie_secret, DTLS_COOKIE_SECRET_LENGTH); in dtls_create_cookie()
|