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

  /src/crypto/external/apache2/openssl/dist/crypto/
context.c 37 void *bio_core; member in struct:ossl_lib_ctx_st
171 ctx->bio_core = ossl_bio_core_globals_new(ctx);
172 if (ctx->bio_core == NULL)
309 if (ctx->bio_core != NULL) {
310 ossl_bio_core_globals_free(ctx->bio_core);
311 ctx->bio_core = NULL;
594 return ctx->bio_core;

Completed in 23 milliseconds