Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dkeyset.c76 if (strcasecmp(type, context->ks_ops[i]->name) == 0) in _hx509_ks_type()
77 return context->ks_ops[i]; in _hx509_ks_type()
90 val = realloc(context->ks_ops, in _hx509_ks_register()
91 (context->ks_num_ops + 1) * sizeof(context->ks_ops[0])); in _hx509_ks_register()
95 context->ks_ops = val; in _hx509_ks_register()
H A Dhx_locl.h195 struct hx509_keyset_ops **ks_ops; member
H A Dcert.c184 if ((*context)->ks_ops) { in hx509_context_free()
185 free((*context)->ks_ops); in hx509_context_free()
186 (*context)->ks_ops = NULL; in hx509_context_free()