Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_msg_protect.pod6 ossl_cmp_msg_protect,
16 int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
25 ossl_cmp_msg_protect() (re-)protects the given message I<msg> using an algorithm
44 and thus also of ossl_cmp_msg_protect() cannot be made I<const>
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c433 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_certreq_new()
507 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_certrep_new()
560 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_rr_new()
608 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_rp_new()
628 if (ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_pkiconf_new()
694 if (!ossl_cmp_msg_protect(ctx, msg)) in gen_new()
760 if (!unprotected && !ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_error_new()
842 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_certConf_new()
871 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_pollReq_new()
903 if (!ossl_cmp_msg_protect(ctx, msg)) in ossl_cmp_pollRep_new()
[all …]
H A Dcmp_protect.c256 int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in ossl_cmp_msg_protect() function
H A Dcmp_local.h914 int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
/freebsd-14.2/crypto/openssl/test/
H A Dcmp_protect_test.c189 ossl_cmp_msg_protect(fixture->cmp_ctx, fixture->msg)); in execute_MSG_protect_test()