OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_key_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/win/
registry.cc
455
const size_t
base_key_length
= subkey_name.length();
local
472
subkey_name.resize(
base_key_length
);
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
427
static INLINE int
base_key_length
(const cipher_type_t *cipher, int key_length)
function
462
rtp_base_key_len =
base_key_length
(srtp->rtp_cipher->type, rtp_keylen);
529
rtcp_base_key_len =
base_key_length
(srtp->rtcp_cipher->type, rtcp_keylen);
[
all
...]
Completed in 247 milliseconds