Home
last modified time | relevance | path

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

/external/srtp/include/
Dsrtp.h708 unsigned char *salt, unsigned int bytes_in_salt);
/external/srtp/srtp/
Dsrtp.c1938 uint8_t *salt, unsigned int bytes_in_salt) { in append_salt_to_key() argument
1940 memcpy(key + bytes_in_key, salt, bytes_in_salt); in append_salt_to_key()