Searched refs:dtls_hmac_update (Results 1 – 4 of 4) sorted by relevance
/net-tools-latest/tinydtls-0.8.2/ |
D | hmac.c | 76 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()
|
D | crypto.c | 53 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()
|
D | hmac.h | 136 void dtls_hmac_update(dtls_hmac_context_t *ctx,
|
D | dtls.c | 312 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()
|