Home
last modified time | relevance | path

Searched refs:pvno (Results 1 – 6 of 6) sorted by last modified time

/openssl/crypto/err/
H A Dopenssl.txt265 CMP_R_UNEXPECTED_PVNO:153:unexpected pvno
/openssl/crypto/cmp/
H A Dcmp_local.h485 ASN1_INTEGER *pvno; member
803 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
H A Dcmp_asn.c422 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, pvno, ASN1_INTEGER),
H A Dcmp_hdr.c23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) in ossl_cmp_hdr_set_pvno() argument
27 return ASN1_INTEGER_set(hdr->pvno, pvno); in ossl_cmp_hdr_set_pvno()
32 int64_t pvno; in ossl_cmp_hdr_get_pvno() local
36 if (!ASN1_INTEGER_get_int64(&pvno, hdr->pvno) || pvno < 0 || pvno > INT_MAX) in ossl_cmp_hdr_get_pvno()
38 return (int)pvno; in ossl_cmp_hdr_get_pvno()
/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod28 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>.
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.c51 int pvno = 77; in execute_HDR_set_get_pvno_test() local
53 if (!TEST_int_eq(ossl_cmp_hdr_set_pvno(fixture->hdr, pvno), 1)) in execute_HDR_set_get_pvno_test()
55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno)) in execute_HDR_set_get_pvno_test()

Completed in 40 milliseconds