Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dkeyset.c73 for (i = 0; i < context->ks_num_ops; i++) in _hx509_ks_type()
89 (context->ks_num_ops + 1) * sizeof(context->ks_ops[0])); in _hx509_ks_register()
92 val[context->ks_num_ops] = ops; in _hx509_ks_register()
94 context->ks_num_ops++; in _hx509_ks_register()
H A Dhx_locl.h184 int ks_num_ops; member
H A Dcert.c177 (*context)->ks_num_ops = 0; in hx509_context_free()