Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dsha1.h88 static inline void srtp_sha1_init(srtp_sha1_ctx_t *ctx) in srtp_sha1_init() function
113 static inline void srtp_sha1_init(srtp_sha1_ctx_t *ctx)
154 void srtp_sha1_init(srtp_sha1_ctx_t *ctx);
/external/libsrtp2/crypto/hash/
Dhmac.c148 srtp_sha1_init(&state->init_ctx); in srtp_hmac_init()
209 srtp_sha1_init(&state->ctx); in srtp_hmac_compute()
Dsha1.c83 srtp_sha1_init(&ctx); in srtp_sha1()
223 void srtp_sha1_init(srtp_sha1_ctx_t *ctx) in srtp_sha1_init() function
/external/libsrtp2/crypto/test/
Dsha1_driver.c122 srtp_sha1_init(&ctx); in sha1_test_case_validate()