Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/include/
Dsha1.h101 static inline void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t *output) in srtp_sha1_final() function
126 static inline void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t *output)
160 void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t output[5]);
/external/libsrtp2/crypto/hash/
Dhmac.c199 srtp_sha1_final(&state->ctx, H); in srtp_hmac_compute()
218 srtp_sha1_final(&state->ctx, hash_value); in srtp_hmac_compute()
Dsha1.c85 srtp_sha1_final(&ctx, hash_value); in srtp_sha1()
288 void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t *output) in srtp_sha1_final() function
/external/libsrtp2/crypto/test/
Dsha1_driver.c124 srtp_sha1_final(&ctx, hash_value); in sha1_test_case_validate()