Home
last modified time | relevance | path

Searched refs:OSSL_CMP_certConf_cb_t (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcmp.h.in349 typedef int (*OSSL_CMP_certConf_cb_t) (OSSL_CMP_CTX *ctx, X509 *cert, typedef
353 int OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb);
H A Dcmp.h468 typedef int (*OSSL_CMP_certConf_cb_t) (OSSL_CMP_CTX *ctx, X509 *cert, typedef
472 int OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb);
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod51 OSSL_CMP_certConf_cb_t,
141 typedef int (*OSSL_CMP_certConf_cb_t)(OSSL_CMP_CTX *ctx, X509 *cert,
145 int OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb);
611 typedef int (*OSSL_CMP_certConf_cb_t) (OSSL_CMP_CTX *ctx, X509 *cert,
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_local.h131 OSSL_CMP_certConf_cb_t certConf_cb; /* callback for app checking new cert */
H A Dcmp_client.c569 OSSL_CMP_certConf_cb_t cb; in cert_response()
H A Dcmp_ctx.c295 int OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb) in OSSL_CMP_CTX_set_certConf_cb()
/freebsd-14.2/crypto/openssl/util/
H A Dother.syms428 OSSL_CMP_certConf_cb_t datatype
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile2884 MLINKS+= OSSL_CMP_CTX_new.3 OSSL_CMP_certConf_cb_t.3