Searched refs:unsup_alg (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c628 static int unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, function
643 return unsup_alg(out, pkey, indent, "Public Key");
652 return unsup_alg(out, pkey, indent, "Private Key");
660 return unsup_alg(out, pkey, indent, "Parameters");

Completed in 92 milliseconds