OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_pem_header
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
endecode_test.c
569
static const char
expected_pem_header
[] = "-----BEGIN " PEM_STRING_PKCS8INF "-----";
local
571
return TEST_FL_strn_eq(data,
expected_pem_header
,
572
sizeof(
expected_pem_header
) - 1);
617
static char
expected_pem_header
[80];
local
619
return TEST_FL_int_gt(BIO_snprintf(
expected_pem_header
,
620
sizeof(
expected_pem_header
),
623
&& TEST_FL_strn_eq(data,
expected_pem_header
, strlen(
expected_pem_header
));
649
static char
expected_pem_header
[80];
local
651
return TEST_FL_int_gt(BIO_snprintf(
expected_pem_header
,
746
static const char
expected_pem_header
[] = "-----BEGIN " PEM_STRING_PKCS8 "-----";
local
768
static char
expected_pem_header
[80];
local
836
static const char
expected_pem_header
[] = "-----BEGIN " PEM_STRING_PUBLIC "-----";
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
endecode_test.c
564
static const char
expected_pem_header
[] =
local
567
return TEST_FL_strn_eq(data,
expected_pem_header
,
568
sizeof(
expected_pem_header
) - 1);
613
static char
expected_pem_header
[80];
local
616
TEST_FL_int_gt(BIO_snprintf(
expected_pem_header
,
617
sizeof(
expected_pem_header
),
619
&& TEST_FL_strn_eq(data,
expected_pem_header
, strlen(
expected_pem_header
));
645
static char
expected_pem_header
[80];
local
648
TEST_FL_int_gt(BIO_snprintf(
expected_pem_header
,
742
static const char
expected_pem_header
[] =
local
765
static char
expected_pem_header
[80];
local
833
static const char
expected_pem_header
[] =
local
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026