Home
last modified time | relevance | path

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

/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod6 ossl_cmp_hdr_get_pvno,
29 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr);
57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
122 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
/openssl/test/
H A Dcmp_hdr_test.c55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno)) in execute_HDR_set_get_pvno_test()
422 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), OSSL_CMP_PVNO)) in execute_HDR_init_test()
/openssl/crypto/cmp/
H A Dcmp_hdr.c30 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_pvno() function
H A Dcmp_vfy.c794 if (ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO_2 in ossl_cmp_msg_check_update()
795 && ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO_3) { in ossl_cmp_msg_check_update()
H A Dcmp_local.h888 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr);

Completed in 17 milliseconds