OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx_tmp
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
hmactest.c
256
EVP_MD_CTX *
ctx_tmp
= NULL;
local
263
|| !TEST_ptr(
ctx_tmp
= EVP_MD_CTX_new())
264
|| !TEST_true(EVP_MD_CTX_copy(
ctx_tmp
, ctx)))
267
ctx =
ctx_tmp
;
268
ctx_tmp
= NULL;
275
EVP_MD_CTX_free(
ctx_tmp
);
/src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
tls1_prf.c
181
EVP_MD_CTX *ctx = NULL, *
ctx_tmp
= NULL, *ctx_init = NULL;
local
192
ctx_tmp
= EVP_MD_CTX_new();
194
if (ctx == NULL ||
ctx_tmp
== NULL || ctx_init == NULL)
215
if (olen > (size_t)chunk && !EVP_MD_CTX_copy_ex(
ctx_tmp
, ctx))
227
if (!EVP_DigestSignFinal(
ctx_tmp
, A1, &A1_len))
241
EVP_MD_CTX_free(
ctx_tmp
);
/src/crypto/external/apache2/openssl/dist/test/
hmactest.c
280
EVP_MD_CTX *
ctx_tmp
= NULL;
local
287
|| !TEST_ptr(
ctx_tmp
= EVP_MD_CTX_new())
288
|| !TEST_true(EVP_MD_CTX_copy(
ctx_tmp
, ctx)))
291
ctx =
ctx_tmp
;
292
ctx_tmp
= NULL;
299
EVP_MD_CTX_free(
ctx_tmp
);
/src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_doit.c
733
EVP_MD_CTX *mdc, *
ctx_tmp
;
local
751
ctx_tmp
= EVP_MD_CTX_new();
752
if (
ctx_tmp
== NULL) {
833
if (!EVP_MD_CTX_copy_ex(
ctx_tmp
, mdc))
843
if (!do_pkcs7_signed_attrib(si,
ctx_tmp
))
853
if (!EVP_SignFinal_ex(
ctx_tmp
, abuf, &abuflen, si->pkey,
902
EVP_MD_CTX_free(
ctx_tmp
);
/src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_doit.c
651
EVP_MD_CTX *mdc, *
ctx_tmp
;
local
666
ctx_tmp
= EVP_MD_CTX_new();
667
if (
ctx_tmp
== NULL) {
748
if (!EVP_MD_CTX_copy_ex(
ctx_tmp
, mdc))
758
if (!do_pkcs7_signed_attrib(si,
ctx_tmp
))
768
if (!EVP_SignFinal(
ctx_tmp
, abuf, &abuflen, si->pkey)) {
815
EVP_MD_CTX_free(
ctx_tmp
);
/src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_doit.c
776
EVP_MD_CTX *mdc, *
ctx_tmp
;
local
794
ctx_tmp
= EVP_MD_CTX_new();
795
if (
ctx_tmp
== NULL) {
876
if (!EVP_MD_CTX_copy_ex(
ctx_tmp
, mdc))
886
if (!do_pkcs7_signed_attrib(si,
ctx_tmp
))
895
if (!EVP_SignFinal_ex(
ctx_tmp
, abuf, &abuflen, si->pkey,
944
EVP_MD_CTX_free(
ctx_tmp
);
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026