Home
last modified time | relevance | path

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

/third_party/openssl/doc/internal/man3/
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.
/third_party/openssl/test/
Dcmp_hdr_test.c55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno)) in execute_HDR_set_get_pvno_test()
408 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), OSSL_CMP_PVNO)) in execute_HDR_init_test()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_hdr.c30 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_pvno() function
Dcmp_local.h803 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr);
Dcmp_vfy.c731 if (ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO) { in ossl_cmp_msg_check_update()
/third_party/openssl/crypto/cmp/
Dcmp_hdr.c30 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_pvno() function
Dcmp_local.h803 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr);
Dcmp_vfy.c731 if (ossl_cmp_hdr_get_pvno(hdr) != OSSL_CMP_PVNO) { in ossl_cmp_msg_check_update()