OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bee
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
algorithmid_test.c
218
BIO *
bee
= NULL, *bca = NULL;
local
221
if ((
bee
= BIO_new_file(eecert_filename, "r")) == NULL) {
232
if ((eecert = PEM_read_bio_X509(
bee
, NULL, NULL, NULL)) == NULL) {
249
BIO_free(
bee
);
/src/crypto/external/bsd/openssl/dist/test/
algorithmid_test.c
217
BIO *
bee
= NULL, *bca = NULL;
local
220
if ((
bee
= BIO_new_file(eecert_filename, "r")) == NULL) {
231
if ((eecert = PEM_read_bio_X509(
bee
, NULL, NULL, NULL)) == NULL) {
248
BIO_free(
bee
);
Completed in 13 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026