Searched defs:bytes_in_salt (Results 1 - 2 of 2) sorted by relevance

/external/srtp/srtp/
H A Dsrtp.c1938 uint8_t *salt, unsigned int bytes_in_salt) {
1940 memcpy(key + bytes_in_key, salt, bytes_in_salt);
1937 append_salt_to_key(uint8_t *key, unsigned int bytes_in_key, uint8_t *salt, unsigned int bytes_in_salt) argument
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c2142 uint8_t *salt, unsigned int bytes_in_salt) {
2144 memcpy(key + bytes_in_key, salt, bytes_in_salt);
2141 append_salt_to_key(uint8_t *key, unsigned int bytes_in_key, uint8_t *salt, unsigned int bytes_in_salt) argument

Completed in 116 milliseconds