Home
last modified time | relevance | path

Searched refs:srtp_hmac_ctx_t (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/crypto/hash/
Dhmac.c86 pointer = (uint8_t *)srtp_crypto_alloc(sizeof(srtp_hmac_ctx_t) + in srtp_hmac_alloc()
106 octet_string_set_to_zero(a, sizeof(srtp_hmac_ctx_t) + sizeof(srtp_auth_t)); in srtp_hmac_dealloc()
118 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_init()
159 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_start()
170 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_update()
187 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_compute()
/external/libsrtp2/crypto/include/
Dhmac.h56 } srtp_hmac_ctx_t; typedef