Searched defs:optype (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dpk11.c338 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, argument
374 switch(optype) {
401 ((token->operations & (1 << optype)) == 0))
925 pk11_get_best_token(pk11_optype_t optype) { argument
928 switch (optype) {
1158 isc_mem_t *mctx, pk11_optype_t optype)
1293 if (optype == OP_RSA)
1295 else if (optype == OP_DSA)
1297 else if (optype == OP_DH)
1299 else if (optype
1157 pk11_parse_uri(pk11_object_t *obj, const char *label, isc_mem_t *mctx, pk11_optype_t optype) argument
[all...]

Completed in 10 milliseconds