OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_ctx
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hashopenssl.c
163
EVP_MD_CTX
temp_ctx
;
local
167
locked_EVP_MD_CTX_copy(&
temp_ctx
, self);
168
digest_size = EVP_MD_CTX_size(&
temp_ctx
);
169
EVP_DigestFinal(&
temp_ctx
, digest, NULL);
172
EVP_MD_CTX_cleanup(&
temp_ctx
);
183
EVP_MD_CTX
temp_ctx
;
local
189
locked_EVP_MD_CTX_copy(&
temp_ctx
, self);
190
digest_size = EVP_MD_CTX_size(&
temp_ctx
);
191
EVP_DigestFinal(&
temp_ctx
, digest, NULL);
193
EVP_MD_CTX_cleanup(&
temp_ctx
);
[
all
...]
/external/ltp/utils/benchmark/kernbench-0.42/
kernbench
183
echo Context Switches `show_statistics $
temp_ctx
` >> templog
207
temp_ctx
=`add_data_point $ctx $
temp_ctx
`
/bootable/recovery/applypatch/
applypatch.cpp
151
SHA_CTX
temp_ctx
;
local
152
memcpy(&
temp_ctx
, &sha_ctx, sizeof(SHA_CTX));
154
SHA1_Final(sha_so_far, &
temp_ctx
);
Completed in 209 milliseconds