Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/apps/
H A Dapps.c2500 static BIO_METHOD *prefix_method = NULL; variable
2514 if (prefix_method == NULL) in dup_bio_out()
2515 prefix_method = apps_bf_prefix(); in dup_bio_out()
2516 b = BIO_push(BIO_new(prefix_method), b); in dup_bio_out()
2536 BIO_meth_free(prefix_method); in destroy_prefix_method()
2537 prefix_method = NULL; in destroy_prefix_method()