OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mctx_cpy
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
evp_test.c
406
EVP_MD_CTX *
mctx_cpy
;
local
409
if (!TEST_ptr(
mctx_cpy
= EVP_MD_CTX_new())) {
412
if (!EVP_MD_CTX_copy(
mctx_cpy
, mctx)) {
413
EVP_MD_CTX_free(
mctx_cpy
);
416
if (!EVP_DigestFinalXOF(
mctx_cpy
, (unsigned char *)dont, 0)) {
417
EVP_MD_CTX_free(
mctx_cpy
);
422
EVP_MD_CTX_free(
mctx_cpy
);
426
EVP_MD_CTX_free(
mctx_cpy
);
/src/crypto/external/bsd/openssl/dist/test/
evp_test.c
438
EVP_MD_CTX *
mctx_cpy
;
local
441
if (!TEST_ptr(
mctx_cpy
= EVP_MD_CTX_new())) {
444
if (!EVP_MD_CTX_copy(
mctx_cpy
, mctx)) {
445
EVP_MD_CTX_free(
mctx_cpy
);
448
if (!EVP_DigestFinalXOF(
mctx_cpy
, (unsigned char *)dont, 0)) {
449
EVP_MD_CTX_free(
mctx_cpy
);
454
EVP_MD_CTX_free(
mctx_cpy
);
458
EVP_MD_CTX_free(
mctx_cpy
);
/src/crypto/external/apache2/openssl/dist/test/
evp_test.c
803
EVP_MD_CTX *
mctx_cpy
;
local
805
if (!TEST_ptr(
mctx_cpy
= EVP_MD_CTX_new())) {
808
if (!TEST_true(EVP_MD_CTX_copy(
mctx_cpy
, mctx))) {
809
EVP_MD_CTX_free(
mctx_cpy
);
811
} else if (!test_duplicate_md_ctx(t,
mctx_cpy
)) {
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026