Home
last modified time | relevance | path

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

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