HomeSort by relevance Sort by last modified time
    Searched refs:dir_load (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_dyn.c 104 "DIR_LOAD",
147 int dir_load; member in struct:st_dynamic_data_ctx
205 c->dir_load = 1;
378 ctx->dir_load = (int)i;
410 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
414 if(!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1)
  /external/openssl/crypto/engine/
eng_dyn.c 104 "DIR_LOAD",
147 int dir_load; member in struct:st_dynamic_data_ctx
205 c->dir_load = 1;
378 ctx->dir_load = (int)i;
410 if((ctx->dir_load != 2) && (DSO_load(ctx->dynamic_dso,
414 if(!ctx->dir_load || (num = sk_OPENSSL_STRING_num(ctx->dirs)) < 1)

Completed in 35 milliseconds