Home
last modified time | relevance | path

Searched refs:oid_bio (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Dreq.c602 BIO *oid_bio; in MAIN() local
604 oid_bio=BIO_new_file(p,"r"); in MAIN()
605 if (oid_bio == NULL) in MAIN()
614 OBJ_create_objects(oid_bio); in MAIN()
615 BIO_free(oid_bio); in MAIN()
Dca.c626 BIO *oid_bio; in MAIN() local
628 oid_bio=BIO_new_file(p,"r"); in MAIN()
629 if (oid_bio == NULL) in MAIN()
639 OBJ_create_objects(oid_bio); in MAIN()
640 BIO_free(oid_bio); in MAIN()