OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keybio
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ocspapitest.c
27
BIO *certbio, *
keybio
;
local
35
if (!TEST_ptr(
keybio
= BIO_new_file(privkeystr, "r")))
37
key = PEM_read_bio_PrivateKey(
keybio
, NULL, NULL, NULL);
38
BIO_free(
keybio
);
sslapitest.c
10326
BIO *
keybio
= NULL, *certbio = NULL;
local
10347
|| !TEST_ptr(
keybio
= BIO_new_file(privkeyfilename, "wb"))
10348
|| !TEST_true(PEM_write_bio_PrivateKey(
keybio
, pkey, NULL, NULL, 0, NULL, NULL))
10356
BIO_free(
keybio
);
/src/crypto/external/bsd/openssl/dist/test/
ocspapitest.c
27
BIO *certbio, *
keybio
;
local
35
if (!TEST_ptr(
keybio
= BIO_new_file(privkeystr, "r")))
37
key = PEM_read_bio_PrivateKey(
keybio
, NULL, NULL, NULL);
38
BIO_free(
keybio
);
/src/crypto/external/bsd/openssl.old/dist/test/
ocspapitest.c
27
BIO *certbio, *
keybio
;
local
35
if (!TEST_ptr(
keybio
= BIO_new_file(privkeystr, "r")))
37
key = PEM_read_bio_PrivateKey(
keybio
, NULL, NULL, NULL);
38
BIO_free(
keybio
);
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026