OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:export_tmp2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/patches/
tls1_change_cipher_state_rewrite.patch
95
+ unsigned char
export_tmp2
[EVP_MAX_KEY_LENGTH];
300
+
export_tmp2
/* scratch space */,
402
+ OPENSSL_cleanse(
export_tmp2
, sizeof(export_tmp1));
/external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c
400
unsigned char
export_tmp2
[EVP_MAX_KEY_LENGTH];
local
473
export_tmp2
/* scratch space */,
532
OPENSSL_cleanse(
export_tmp2
, sizeof(export_tmp1));
[
all
...]
Completed in 288 milliseconds