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

  /src/crypto/external/apache2/openssl/dist/test/
ssl_test.c 224 static int check_nid(const char *name, int expected_nid, int nid) function
283 return check_nid("Tmp key", test_ctx->expected_tmp_key_type,
290 return check_nid("Server certificate", test_ctx->expected_server_cert_type,
297 return check_nid("Server signing hash", test_ctx->expected_server_sign_hash,
304 return check_nid("Server signing", test_ctx->expected_server_sign_type,
319 return check_nid("Client certificate", test_ctx->expected_client_cert_type,
326 return check_nid("Client signing hash", test_ctx->expected_client_sign_hash,
333 return check_nid("Client signing", test_ctx->expected_client_sign_type,
  /src/crypto/external/bsd/openssl/dist/test/
ssl_test.c 224 static int check_nid(const char *name, int expected_nid, int nid) function
283 return check_nid("Tmp key", test_ctx->expected_tmp_key_type,
290 return check_nid("Server certificate", test_ctx->expected_server_cert_type,
297 return check_nid("Server signing hash", test_ctx->expected_server_sign_hash,
304 return check_nid("Server signing", test_ctx->expected_server_sign_type,
319 return check_nid("Client certificate", test_ctx->expected_client_cert_type,
326 return check_nid("Client signing hash", test_ctx->expected_client_sign_hash,
333 return check_nid("Client signing", test_ctx->expected_client_sign_type,
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test.c 221 static int check_nid(const char *name, int expected_nid, int nid) function
280 return check_nid("Tmp key", test_ctx->expected_tmp_key_type,
287 return check_nid("Server certificate", test_ctx->expected_server_cert_type,
294 return check_nid("Server signing hash", test_ctx->expected_server_sign_hash,
301 return check_nid("Server signing", test_ctx->expected_server_sign_type,
316 return check_nid("Client certificate", test_ctx->expected_client_cert_type,
323 return check_nid("Client signing hash", test_ctx->expected_client_sign_hash,
330 return check_nid("Client signing", test_ctx->expected_client_sign_type,

Completed in 25 milliseconds