Symbol: x509_constraints_name
crypto/libressl/crypto/x509/x509_alt.c
660
struct x509_constraints_name *constraints_name = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
1029
struct x509_constraints_name *vname = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
1090
x509_constraints_match(struct x509_constraints_name *name,
crypto/libressl/crypto/x509/x509_constraints.c
1091
struct x509_constraints_name *constraint)
crypto/libressl/crypto/x509/x509_constraints.c
124
struct x509_constraints_name *name)
crypto/libressl/crypto/x509/x509_constraints.c
129
struct x509_constraints_name **tmp;
crypto/libressl/crypto/x509/x509_constraints.c
145
struct x509_constraints_name *name = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
313
struct x509_constraints_name *name)
crypto/libressl/crypto/x509/x509_constraints.c
38
struct x509_constraints_name *
crypto/libressl/crypto/x509/x509_constraints.c
41
return (calloc(1, sizeof(struct x509_constraints_name)));
crypto/libressl/crypto/x509/x509_constraints.c
45
x509_constraints_name_clear(struct x509_constraints_name *name)
crypto/libressl/crypto/x509/x509_constraints.c
54
x509_constraints_name_free(struct x509_constraints_name *name)
crypto/libressl/crypto/x509/x509_constraints.c
62
struct x509_constraints_name *
crypto/libressl/crypto/x509/x509_constraints.c
63
x509_constraints_name_dup(struct x509_constraints_name *name)
crypto/libressl/crypto/x509/x509_constraints.c
65
struct x509_constraints_name *new;
crypto/libressl/crypto/x509/x509_constraints.c
727
struct x509_constraints_name *vname = NULL;
crypto/libressl/crypto/x509/x509_constraints.c
924
struct x509_constraints_name **out_name, int *out_error)
crypto/libressl/crypto/x509/x509_constraints.c
928
struct x509_constraints_name *name;
crypto/libressl/crypto/x509/x509_internal.h
103
void x509_constraints_name_clear(struct x509_constraints_name *name);
crypto/libressl/crypto/x509/x509_internal.h
104
void x509_constraints_name_free(struct x509_constraints_name *name);
crypto/libressl/crypto/x509/x509_internal.h
106
struct x509_constraints_name *name);
crypto/libressl/crypto/x509/x509_internal.h
119
struct x509_constraints_name *name);
crypto/libressl/crypto/x509/x509_internal.h
131
struct x509_constraints_name **out_name, int *error);
crypto/libressl/crypto/x509/x509_internal.h
55
struct x509_constraints_name **names;