OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExternalHmacContext
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/session/media/
externalhmac.h
67
}
ExternalHmacContext
;
73
err_status_t external_hmac_init(
ExternalHmacContext
* state,
77
err_status_t external_hmac_start(
ExternalHmacContext
* state);
79
err_status_t external_hmac_update(
ExternalHmacContext
* state,
83
err_status_t external_hmac_compute(
ExternalHmacContext
* state,
externalhmac.cc
105
pointer = new uint8_t[(sizeof(
ExternalHmacContext
) + sizeof(auth_t))];
125
memset((uint8_t *)a, 0, sizeof(
ExternalHmacContext
) + sizeof(auth_t));
133
err_status_t external_hmac_init(
ExternalHmacContext
* state,
145
err_status_t external_hmac_start(
ExternalHmacContext
* state) {
149
err_status_t external_hmac_update(
ExternalHmacContext
* state,
155
err_status_t external_hmac_compute(
ExternalHmacContext
* state,
srtpfilter.cc
626
ExternalHmacContext
* external_hmac = NULL;
631
external_hmac = reinterpret_cast<
ExternalHmacContext
*>(
Completed in 407 milliseconds