Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dkeyset.c75 for (i = 0; i < context->ks_num_ops; i++) in _hx509_ks_type()
91 (context->ks_num_ops + 1) * sizeof(context->ks_ops[0])); in _hx509_ks_register()
94 val[context->ks_num_ops] = ops; in _hx509_ks_register()
96 context->ks_num_ops++; in _hx509_ks_register()
H A Dhx_locl.h196 int ks_num_ops; member
H A Dcert.c188 (*context)->ks_num_ops = 0; in hx509_context_free()