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

/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Dfind.c100 pk11_optype_t op_type = OP_RSA; local
117 op_type = OP_ANY;
155 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE,
H A Drandom.c93 pk11_optype_t op_type = OP_RAND; local
109 op_type = OP_ANY;
141 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE,
H A Dsha1.c94 pk11_optype_t op_type = OP_DIGEST; local
110 op_type = OP_ANY;
142 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE,
H A Dgenrsa.c123 pk11_optype_t op_type = OP_RSA; local
141 op_type = OP_ANY;
205 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_TRUE,
H A Dprivrsa.c213 pk11_optype_t op_type = OP_RSA; local
231 op_type = OP_ANY;
283 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_TRUE,
H A Dpubrsa.c134 pk11_optype_t op_type = OP_RSA; local
152 op_type = OP_ANY;
204 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_TRUE,
H A Dverify.c137 pk11_optype_t op_type = OP_RSA; local
155 op_type = OP_ANY;
197 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_TRUE,
H A Dsign.c216 pk11_optype_t op_type = OP_RSA; local
234 op_type = OP_ANY;
276 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_TRUE,
/bind-9.11.3/bin/tests/pkcs11/
H A Dpkcs11-md5sum.c87 pk11_optype_t op_type = OP_DIGEST; local
103 op_type = OP_ANY;
141 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE, logon,
H A Dpkcs11-hmacmd5.c104 pk11_optype_t op_type = OP_DIGEST; local
121 op_type = OP_ANY;
219 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_FALSE, logon,
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-keygen.c301 pk11_optype_t op_type = OP_ANY; local
375 op_type = OP_RSA;
406 op_type = OP_EC;
439 op_type = OP_EC;
468 op_type = OP_DSA;
492 op_type = OP_DH;
568 result = pk11_get_session(&pctx, op_type, ISC_FALSE, ISC_TRUE,

Completed in 14 milliseconds