Searched refs:pvno (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 23 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()
|
H A D | cmp_local.h | 449 * pvno INTEGER { cmp1999(1), cmp2000(2) }, 483 ASN1_INTEGER *pvno; member 802 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
|
H A D | cmp_asn.c | 421 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, pvno, ASN1_INTEGER),
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 23 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()
|
H A D | cmp_local.h | 449 * pvno INTEGER { cmp1999(1), cmp2000(2) }, 483 ASN1_INTEGER *pvno; member 802 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
|
H A D | cmp_asn.c | 421 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, pvno, ASN1_INTEGER),
|
/third_party/openssl/test/ |
H A D | cmp_hdr_test.c | 51 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 8 milliseconds