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

  /src/external/ibm-public/postfix/dist/src/tls/
tls_certkey.c 152 /* use_chain - load cert, key and chain into ctx or ssl */
154 static int use_chain(pem_load_state_t *st) function
285 if (!st->mixed && !use_chain(st)) {
441 /* use_chain() frees the key and certs, and zeroes the pointers */
442 if (use_chain(st))

Completed in 58 milliseconds