HomeSort by: relevance | last modified time | path
    Searched refs:ks_ops (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
keyset.c 76 if (strcasecmp(type, context->ks_ops[i]->name) == 0)
77 return context->ks_ops[i];
90 val = realloc(context->ks_ops,
91 (context->ks_num_ops + 1) * sizeof(context->ks_ops[0]));
95 context->ks_ops = val;
hx_locl.h 195 struct hx509_keyset_ops **ks_ops; member in struct:hx509_context_data
cert.c 184 if ((*context)->ks_ops) {
185 free((*context)->ks_ops);
186 (*context)->ks_ops = NULL;

Completed in 28 milliseconds