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

  /src/external/ibm-public/postfix/dist/src/tls/
tls_certkey.c 486 /* load_mixed_file - load certs with single key anywhere in the file */
488 static int load_mixed_file(SSL_CTX *ctx, const char *file) function
549 return (load_mixed_file(ctx, cert_file) == 0);
678 ret = load_mixed_file(ctx, argv[0]);

Completed in 15 milliseconds