HomeSort by: relevance | last modified time | path
    Searched refs:pvfy_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 98 uint32_t *pvfy_flags; member in struct:ssl_conf_ctx_st
127 pflags = cctx->pvfy_flags;
1163 cctx->pvfy_flags = &sc->verify_mode;
1173 cctx->pvfy_flags = NULL;
1187 cctx->pvfy_flags = &ctx->verify_mode;
1197 cctx->pvfy_flags = NULL;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 93 uint32_t *pvfy_flags; member in struct:ssl_conf_ctx_st
122 pflags = cctx->pvfy_flags;
1062 cctx->pvfy_flags = &ssl->verify_mode;
1068 cctx->pvfy_flags = NULL;
1081 cctx->pvfy_flags = &ctx->verify_mode;
1087 cctx->pvfy_flags = NULL;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 92 uint32_t *pvfy_flags; member in struct:ssl_conf_ctx_st
120 pflags = cctx->pvfy_flags;
973 cctx->pvfy_flags = &ssl->verify_mode;
979 cctx->pvfy_flags = NULL;
992 cctx->pvfy_flags = &ctx->verify_mode;
998 cctx->pvfy_flags = NULL;

Completed in 27 milliseconds