Home
last modified time | relevance | path

Searched refs:ossl_cmp_allow_unprotected_cb_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_msg_check_update.pod5 ossl_cmp_allow_unprotected_cb_t,
13 typedef int (*ossl_cmp_allow_unprotected_cb_t)(const OSSL_CMP_CTX *ctx,
18 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg);
/freebsd/crypto/openssl/util/
H A Dother-internal.syms1 ossl_cmp_allow_unprotected_cb_t datatype
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h1005 typedef int (*ossl_cmp_allow_unprotected_cb_t)(const OSSL_CMP_CTX *ctx, typedef
1009 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg);
1011 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg);
H A Dcmp_vfy.c704 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg) in ossl_cmp_msg_check_update()
/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c36 ossl_cmp_allow_unprotected_cb_t allow_unprotected_cb;
472 ossl_cmp_allow_unprotected_cb_t cb, int arg, in setup_check_update()