OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_ser
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
endecode_test.c
251
BIO *
mem_ser
= NULL;
local
266
|| !TEST_FL_ptr(
mem_ser
= BIO_new(BIO_s_mem()))
267
|| !TEST_FL_true(OSSL_ENCODER_to_bio(ectx,
mem_ser
))
268
|| !TEST_FL_true(BIO_get_mem_ptr(
mem_ser
, &mem_buf) > 0)
278
BIO_free(
mem_ser
);
367
BIO *
mem_ser
= NULL;
local
378
if (!TEST_FL_ptr(
mem_ser
= BIO_new(BIO_s_mem()))
379
|| !TEST_FL_true(PEM_write_bio_PrivateKey_traditional(
mem_ser
, pkey,
383
|| !TEST_FL_true(BIO_get_mem_ptr(
mem_ser
, &mem_buf) > 0)
393
BIO_free(
mem_ser
);
407
BIO *
mem_ser
= NULL;
local
452
BIO *
mem_ser
= NULL;
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
endecode_test.c
247
BIO *
mem_ser
= NULL;
local
262
|| !TEST_FL_ptr(
mem_ser
= BIO_new(BIO_s_mem()))
263
|| !TEST_FL_true(OSSL_ENCODER_to_bio(ectx,
mem_ser
))
264
|| !TEST_FL_true(BIO_get_mem_ptr(
mem_ser
, &mem_buf) > 0)
274
BIO_free(
mem_ser
);
363
BIO *
mem_ser
= NULL;
local
374
if (!TEST_FL_ptr(
mem_ser
= BIO_new(BIO_s_mem()))
375
|| !TEST_FL_true(PEM_write_bio_PrivateKey_traditional(
mem_ser
, pkey,
379
|| !TEST_FL_true(BIO_get_mem_ptr(
mem_ser
, &mem_buf) > 0)
389
BIO_free(
mem_ser
);
403
BIO *
mem_ser
= NULL;
local
448
BIO *
mem_ser
= NULL;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026