Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/
Dhmac.c76 dtls_hmac_update(dtls_hmac_context_t *ctx, in dtls_hmac_update() function
113 dtls_hmac_update(ctx, ctx->pad, DTLS_HMAC_BLOCKSIZE); in dtls_hmac_init()
161 dtls_hmac_update(ctx, argv[2], strlen(argv[2])); in main()
Dcrypto.c53 if (Seed) dtls_hmac_update(Context, (Seed), (Length))
215 dtls_hmac_update(hmac_p, A, dlen); in dtls_p_hash()
227 dtls_hmac_update(hmac_a, A, dlen); in dtls_p_hash()
232 dtls_hmac_update(hmac_p, A, dlen); in dtls_p_hash()
274 dtls_hmac_update(hmac_ctx, record +3, sizeof(uint16) + sizeof(uint48)); in dtls_mac()
275 dtls_hmac_update(hmac_ctx, record, sizeof(uint8) + sizeof(uint16)); in dtls_mac()
276 dtls_hmac_update(hmac_ctx, L, sizeof(uint16)); in dtls_mac()
277 dtls_hmac_update(hmac_ctx, packet, length); in dtls_mac()
Dhmac.h136 void dtls_hmac_update(dtls_hmac_context_t *ctx,
Ddtls.c312 dtls_hmac_update(&hmac_context, in dtls_create_cookie()
322 dtls_hmac_update(&hmac_context, msg + DTLS_HS_LENGTH, e); in dtls_create_cookie()
330 dtls_hmac_update(&hmac_context, in dtls_create_cookie()