Home
last modified time | relevance | path

Searched refs:ossl_cmp_hdr_init (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod21 ossl_cmp_hdr_init
51 int ossl_cmp_hdr_init(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr);
107 ossl_cmp_hdr_init() initializes a PKIHeader structure based on the
H A Dossl_cmp_msg_create.pod118 L<ossl_cmp_hdr_init(3)>,
/freebsd/crypto/openssl/test/
H A Dcmp_hdr_test.c85 if (!TEST_int_eq(ossl_cmp_hdr_init(fixture->cmp_ctx, fixture->hdr), in execute_HDR_get0_senderNonce_test()
418 ossl_cmp_hdr_init(fixture->cmp_ctx, fixture->hdr))) in execute_HDR_init_test()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c292 int ossl_cmp_hdr_init(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_init() function
H A Dcmp_local.h823 int ossl_cmp_hdr_init(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr);
H A Dcmp_msg.c170 if (!ossl_cmp_hdr_init(ctx, msg->header) in ossl_cmp_msg_create()