Symbol: x509_constraints_names
crypto/libressl/crypto/x509/x509_constraints.c
102
x509_constraints_names_clear(struct x509_constraints_names *names)
crypto/libressl/crypto/x509/x509_constraints.c
1025
struct x509_constraints_names *permitted,
crypto/libressl/crypto/x509/x509_constraints.c
1026
struct x509_constraints_names *excluded,
crypto/libressl/crypto/x509/x509_constraints.c
113
x509_constraints_names_free(struct x509_constraints_names *names)
crypto/libressl/crypto/x509/x509_constraints.c
1135
x509_constraints_check(struct x509_constraints_names *names,
crypto/libressl/crypto/x509/x509_constraints.c
1136
struct x509_constraints_names *permitted,
crypto/libressl/crypto/x509/x509_constraints.c
1137
struct x509_constraints_names *excluded, int *error)
crypto/libressl/crypto/x509/x509_constraints.c
1181
struct x509_constraints_names *names = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
1182
struct x509_constraints_names *excluded = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
1183
struct x509_constraints_names *permitted = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
123
x509_constraints_names_add(struct x509_constraints_names *names,
crypto/libressl/crypto/x509/x509_constraints.c
141
struct x509_constraints_names *
crypto/libressl/crypto/x509/x509_constraints.c
142
x509_constraints_names_dup(struct x509_constraints_names *names)
crypto/libressl/crypto/x509/x509_constraints.c
144
struct x509_constraints_names *new = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
724
x509_constraints_extract_names(struct x509_constraints_names *names,
crypto/libressl/crypto/x509/x509_constraints.c
88
struct x509_constraints_names *
crypto/libressl/crypto/x509/x509_constraints.c
91
struct x509_constraints_names *new;
crypto/libressl/crypto/x509/x509_constraints.c
93
if ((new = calloc(1, sizeof(struct x509_constraints_names))) == NULL)
crypto/libressl/crypto/x509/x509_internal.h
105
int x509_constraints_names_add(struct x509_constraints_names *names,
crypto/libressl/crypto/x509/x509_internal.h
107
struct x509_constraints_names *x509_constraints_names_dup(
crypto/libressl/crypto/x509/x509_internal.h
108
struct x509_constraints_names *names);
crypto/libressl/crypto/x509/x509_internal.h
109
void x509_constraints_names_clear(struct x509_constraints_names *names);
crypto/libressl/crypto/x509/x509_internal.h
110
struct x509_constraints_names *x509_constraints_names_new(size_t names_max);
crypto/libressl/crypto/x509/x509_internal.h
113
void x509_constraints_names_free(struct x509_constraints_names *names);
crypto/libressl/crypto/x509/x509_internal.h
125
int x509_constraints_extract_names(struct x509_constraints_names *names,
crypto/libressl/crypto/x509/x509_internal.h
128
struct x509_constraints_names *permitted,
crypto/libressl/crypto/x509/x509_internal.h
129
struct x509_constraints_names *excluded, int *error);
crypto/libressl/crypto/x509/x509_internal.h
132
int x509_constraints_check(struct x509_constraints_names *names,
crypto/libressl/crypto/x509/x509_internal.h
133
struct x509_constraints_names *permitted,
crypto/libressl/crypto/x509/x509_internal.h
134
struct x509_constraints_names *excluded, int *error);
crypto/libressl/crypto/x509/x509_internal.h
64
struct x509_constraints_names *names; /* All names from all certs */
crypto/libressl/crypto/x509/x509_verify.c
855
struct x509_constraints_names *excluded = NULL;
crypto/libressl/crypto/x509/x509_verify.c
856
struct x509_constraints_names *permitted = NULL;