Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/hash/
Dhmac_ossl.c68 extern const srtp_auth_type_t srtp_hmac; in srtp_hmac_alloc()
114 (*a)->type = &srtp_hmac; in srtp_hmac_alloc()
263 const srtp_auth_type_t srtp_hmac = { variable
Dhmac.c64 extern const srtp_auth_type_t srtp_hmac; in srtp_hmac_alloc()
94 (*a)->type = &srtp_hmac; in srtp_hmac_alloc()
273 const srtp_auth_type_t srtp_hmac = { variable
/external/libsrtp2/crypto/include/
Dcipher_types.h61 extern const srtp_auth_type_t srtp_hmac;
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c160 status = srtp_crypto_kernel_load_auth_type(&srtp_hmac, SRTP_HMAC_SHA1); in srtp_crypto_kernel_init()