Home
last modified time | relevance | path

Searched refs:USERNOTICE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcrypto/x509/
Dx509_cpols.c78 static void print_notice(BIO *out, USERNOTICE *notice, int indent);
317 .offset = offsetof(USERNOTICE, noticeref),
324 .offset = offsetof(USERNOTICE, exptext),
336 .size = sizeof(USERNOTICE),
342 USERNOTICE *
343 d2i_USERNOTICE(USERNOTICE **a, const unsigned char **in, long len) in d2i_USERNOTICE()
345 return (USERNOTICE *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_USERNOTICE()
351 i2d_USERNOTICE(USERNOTICE *a, unsigned char **out) in i2d_USERNOTICE()
357 USERNOTICE *
360 return (USERNOTICE *)ASN1_item_new(&USERNOTICE_it); in USERNOTICE_new()
[all …]
Dx509v3.h263 } USERNOTICE; typedef
269 USERNOTICE *usernotice;
530 USERNOTICE *USERNOTICE_new(void);
531 void USERNOTICE_free(USERNOTICE *a);
532 USERNOTICE *d2i_USERNOTICE(USERNOTICE **a, const unsigned char **in, long len);
533 int i2d_USERNOTICE(USERNOTICE *a, unsigned char **out);