Symbol: USERNOTICE
crypto/libressl/crypto/x509/x509_cpols.c
299
.offset = offsetof(USERNOTICE, noticeref),
crypto/libressl/crypto/x509/x509_cpols.c
306
.offset = offsetof(USERNOTICE, exptext),
crypto/libressl/crypto/x509/x509_cpols.c
318
.size = sizeof(USERNOTICE),
crypto/libressl/crypto/x509/x509_cpols.c
323
USERNOTICE *
crypto/libressl/crypto/x509/x509_cpols.c
324
d2i_USERNOTICE(USERNOTICE **a, const unsigned char **in, long len)
crypto/libressl/crypto/x509/x509_cpols.c
326
return (USERNOTICE *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/x509/x509_cpols.c
331
i2d_USERNOTICE(USERNOTICE *a, unsigned char **out)
crypto/libressl/crypto/x509/x509_cpols.c
336
USERNOTICE *
crypto/libressl/crypto/x509/x509_cpols.c
339
return (USERNOTICE *)ASN1_item_new(&USERNOTICE_it);
crypto/libressl/crypto/x509/x509_cpols.c
343
USERNOTICE_free(USERNOTICE *a)
crypto/libressl/crypto/x509/x509_cpols.c
564
USERNOTICE *not;
crypto/libressl/crypto/x509/x509_cpols.c
721
print_notice(BIO *out, USERNOTICE *notice, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
79
static void print_notice(BIO *out, USERNOTICE *notice, int indent);
crypto/libressl/include/openssl/x509v3.h
294
USERNOTICE *usernotice;
crypto/libressl/include/openssl/x509v3.h
627
USERNOTICE *USERNOTICE_new(void);
crypto/libressl/include/openssl/x509v3.h
628
void USERNOTICE_free(USERNOTICE *a);
crypto/libressl/include/openssl/x509v3.h
629
USERNOTICE *d2i_USERNOTICE(USERNOTICE **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/x509v3.h
630
int i2d_USERNOTICE(USERNOTICE *a, unsigned char **out);