Home
last modified time | relevance | path

Searched refs:ossl_cmp_hdr_set_pvno (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod5 ossl_cmp_hdr_set_pvno,
28 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
55 ossl_cmp_hdr_set_pvno() sets hdr->pvno to the given B<pvno>.
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) in ossl_cmp_hdr_set_pvno() function
301 if (!ossl_cmp_hdr_set_pvno(hdr, OSSL_CMP_PVNO)) in ossl_cmp_hdr_init()
H A Dcmp_local.h802 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
/freebsd/crypto/openssl/test/
H A Dcmp_hdr_test.c53 if (!TEST_int_eq(ossl_cmp_hdr_set_pvno(fixture->hdr, pvno), 1)) in execute_HDR_set_get_pvno_test()