Searched refs:op_type (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/bin/tests/pkcs11/benchmarks/ |
H A D | random.c | 93 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 D | find.c | 100 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 D | sha1.c | 94 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 D | genrsa.c | 123 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 D | pubrsa.c | 134 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 D | verify.c | 137 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 D | privrsa.c | 213 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 D | sign.c | 216 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 D | pkcs11-md5sum.c | 87 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 D | pkcs11-hmacmd5.c | 104 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 D | pkcs11-keygen.c | 301 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 23 milliseconds