Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dsha1.h176 void srtp_sha1_core(const uint32_t M[16], uint32_t hash_value[5]);
/external/libsrtp2/crypto/hash/
Dsha1.c100 void srtp_sha1_core(const uint32_t M[16], uint32_t hash_value[5]) in srtp_sha1_core() function
267 srtp_sha1_core(ctx->M, ctx->H); in srtp_sha1_update()