Lines Matching defs:file
2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
487 DH *ssl_dh_GetParamFromFile(const char *file)
492 if ((bio = BIO_new_file(file, "r")) == NULL)
500 EC_GROUP *ssl_ec_GetParamFromFile(const char *file)
505 if ((bio = BIO_new_file(file, "r")) == NULL)
520 * Read a file that optionally contains the server certificate in PEM
525 SSL_CTX *ctx, char *file, int skipfirst, pem_password_cb *cb)
534 if (BIO_read_filename(bio, file) <= 0) {