HomeSort by: relevance | last modified time | path
    Searched defs:prefix_method (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2511 static BIO_METHOD *prefix_method = NULL; variable
2525 if (prefix_method == NULL)
2526 prefix_method = apps_bf_prefix();
2527 b = BIO_push(BIO_new(prefix_method), b);
2547 BIO_meth_free(prefix_method);
2548 prefix_method = NULL;

Completed in 26 milliseconds