Home
last modified time | relevance | path

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

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