Home
last modified time | relevance | path

Searched refs:x509_verify_ctx_error_string (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcrypto/x509/
H A Dx509_verify.h35 const char *x509_verify_ctx_error_string(X509_VERIFY_CTX *ctx);
H A Dx509_verify.c1074 x509_verify_ctx_error_string(struct x509_verify_ctx *ctx) in x509_verify_ctx_error_string() function
/openbsd-src/regress/lib/libcrypto/x509/
H A Dverify.c213 x509_verify_ctx_error_string(ctx)); in verify_cert_new()