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

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

Completed in 180 milliseconds