Home
last modified time | relevance | path

Searched refs:temp_ctx (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_hashopenssl.c509 EVP_MD_CTX *temp_ctx; in EVP_digest_impl() local
513 temp_ctx = EVP_MD_CTX_new(); in EVP_digest_impl()
514 if (temp_ctx == NULL) { in EVP_digest_impl()
519 if (!locked_EVP_MD_CTX_copy(temp_ctx, self)) { in EVP_digest_impl()
522 digest_size = EVP_MD_CTX_size(temp_ctx); in EVP_digest_impl()
523 if (!EVP_DigestFinal(temp_ctx, digest, NULL)) { in EVP_digest_impl()
529 EVP_MD_CTX_free(temp_ctx); in EVP_digest_impl()
544 EVP_MD_CTX *temp_ctx; in EVP_hexdigest_impl() local
547 temp_ctx = EVP_MD_CTX_new(); in EVP_hexdigest_impl()
548 if (temp_ctx in EVP_hexdigest_impl()
718 EVP_MD_CTX *temp_ctx; EVPXOF_digest_impl() local
763 EVP_MD_CTX *temp_ctx; EVPXOF_hexdigest_impl() local
1686 HMAC_CTX *temp_ctx = HMAC_CTX_new(); _hmac_digest() local
[all...]
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench183 echo Context Switches `show_statistics $temp_ctx` >> templog
207 temp_ctx=`add_data_point $ctx $temp_ctx`

Completed in 3 milliseconds