OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:barprot
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
10905
static const unsigned char
barprot
[] = {3, 'b', 'a', 'r' };
variable
10943
*out = (unsigned char *)(
barprot
+ 1);
10944
*outlen = *
barprot
;
11008
if (!TEST_mem_eq(prot, protlen,
barprot
+ 1, *
barprot
))
11041
*out = (unsigned char *)(
barprot
+ 1);
11042
*outlen = *
barprot
;
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
12832
static const unsigned char
barprot
[] = { 3, 'b', 'a', 'r' };
variable
12870
*out = (unsigned char *)(
barprot
+ 1);
12871
*outlen = *
barprot
;
12935
if (!TEST_mem_eq(prot, protlen,
barprot
+ 1, *
barprot
))
12968
*out = (unsigned char *)(
barprot
+ 1);
12969
*outlen = *
barprot
;
Completed in 26 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026