Searched refs:ks_ops (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dkeyset.c74 if (strcasecmp(type, context->ks_ops[i]->name) == 0)
75 return context->ks_ops[i];
88 val = realloc(context->ks_ops,
89 (context->ks_num_ops + 1) * sizeof(context->ks_ops[0]));
93 context->ks_ops = val;
H A Dhx_locl.h183 struct hx509_keyset_ops **ks_ops; member in struct:hx509_context_data
H A Dcert.c173 if ((*context)->ks_ops) {
174 free((*context)->ks_ops);
175 (*context)->ks_ops = NULL;

Completed in 120 milliseconds