tls_keypair_load_cert
int tls_keypair_load_cert(struct tls_keypair *_keypair,
if (tls_keypair_load_cert(keypair, error, &cert) == -1)
if (tls_keypair_load_cert(kp, &ctx->error,
if (tls_keypair_load_cert(kp, &err, &x509_cert) == -1) {