Searched refs:ext (Results 1 – 12 of 12) sorted by relevance
180 ext_t *ext; in check_cmd_params() local223 ext = &extensions[cert->ext[j]]; in check_cmd_params()224 switch (ext->type) { in check_cmd_params()227 if ((!ext->optional) && (ext->arg == NULL)) { in check_cmd_params()229 ext->ln); in check_cmd_params()235 key = &keys[ext->attr.key]; in check_cmd_params()248 if ((!ext->optional) && (ext->arg == NULL)) { in check_cmd_params()250 ext->ln); in check_cmd_params()256 ext->type, ext->ln); in check_cmd_params()301 ext_t *ext; in main() local[all …]
53 ext_t *ext; variable79 ext = &extensions[i];81 if (ext->opt) {82 cmd_opt.long_opt.name = ext->opt;86 cmd_opt.help_msg = ext->help_msg;90 if (ext->oid == NULL) {93 nid = OBJ_create(ext->oid, ext->sn, ext->ln);94 if (ext->alias) {95 X509V3_EXT_add_alias(nid, ext->alias);97 m = &ext->method;[all …]
27 .ext = {44 .ext = {59 .ext = {73 .ext = {87 .ext = {101 .ext = {116 .ext = {130 .ext = {147 .ext = {161 .ext = {[all …]
20 .ext = {34 .ext = {51 .ext = {
29 .ext = {46 .ext = {60 .ext = {74 .ext = {88 .ext = {102 .ext = {117 .ext = {131 .ext = {149 .ext = {167 .ext = {[all …]
23 .ext = { \38 .ext = { \
29 .ext = {49 .ext = {64 .ext = {79 .ext = {96 .ext = {111 .ext = {128 .ext = {
28 .ext = {
41 int ext[CERT_MAX_EXT]; /* Certificate extensions */ member
28 src/ext.o \
72 static int get_ext(const char *oid, void **ext, unsigned int *ext_len) in get_ext() argument154 *ext = (void *)p; in get_ext()
127 u16_t ext; member