| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| test_soft_pkcs11.c | 156 CK_MECHANISM mechanism; local 158 memset(&mechanism, 0, sizeof(mechanism)); 159 mechanism.mechanism = CKM_RSA_PKCS; 161 ret = (*func->C_SignInit)(session, &mechanism, private); 173 ret = (*func->C_VerifyInit)(session, &mechanism, public); 188 CK_MECHANISM mechanism; 191 memset(&mechanism, 0, sizeof(mechanism)); [all...] |
| ks_p11.c | 135 CK_MECHANISM mechanism; local 142 memset(&mechanism, 0, sizeof(mechanism)); 143 mechanism.mechanism = CKM_RSA_PKCS; 151 ret = P11FUNC(p11rsa->p, SignInit, (session, &mechanism, key)); 173 CK_MECHANISM mechanism; local 180 memset(&mechanism, 0, sizeof(mechanism)); 181 mechanism.mechanism = CKM_RSA_PKCS [all...] |
| /src/crypto/external/bsd/libsaslc/dist/test/ |
| example_client.c | 51 printf("-m - use mech_name mechanism\n"); 81 char *mechanism = NULL; local 93 /* mechanism */ 94 mechanism = optarg; 108 if (mechanism == NULL) { 109 printf("mechanism: "); 112 mechanism = input; 120 if ((sess = saslc_sess_init(ctx, mechanism, NULL)) == NULL)
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_sasl_glue.c | 255 * Initialize optional supported mechanism matchlist 320 const char *mechanism; local 329 msg_panic("%s: no mechanism list", myname); 361 &mechanism, session->sasl_reply); 386 && strlen(mechanism) + LEN(session->sasl_reply) + 8 <= 512) { 387 smtp_chat_cmd(session, "AUTH %s %s", mechanism, 391 smtp_chat_cmd(session, "AUTH %s", mechanism); 429 "%s challenge from server %s: %s", mechanism,
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/ |
| vc.c | 194 struct berval mechanism = BER_BVNULL; local 263 tag = ber_scanf( ber, "{m" /*}*/ , &mechanism ); 265 BER_BVISNULL( &mechanism ) || BER_BVISEMPTY( &mechanism ) ) 340 conn->op->orb_mech = mechanism;
|
| /src/games/rogue/ |
| score.c | 69 const char *mechanism = "killed by something unknown (?)"; local 83 mechanism = "died of hypothermia"; 86 mechanism = "died of starvation"; 89 mechanism = "killed by a dart"; 92 mechanism = "quit"; 95 mechanism = "killed by fire"; 107 mechanism = mechanism_buf; 110 "%s with %ld gold", mechanism, rogue.gold); 216 * past the ':' Death mechanism
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp-pkcs11.c | 214 * mechanism may not always be what the user wants (for example it may prefer 284 assert(0 && "Unknown PKCS#11 mechanism type"); 314 CK_MECHANISM mechanism = { local 351 rv = p11_module->C_EncryptInit(p11ctx->hSession, &mechanism, p11ctx->hSecret); 353 rv = p11_module->C_DecryptInit(p11ctx->hSession, &mechanism, p11ctx->hSecret); 413 CK_MECHANISM mechanism = { mechanismType, NULL, 0 }; local 429 rv = p11_module->C_DigestInit(p11ctx->hSession, &mechanism);
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| selpolltest.c | 73 const char *mechanism; local 85 mechanism = NULL; 104 mechanism = "select() and pcap_dispatch()"; 109 mechanism = "poll() and pcap_dispatch()"; 173 device, mechanism); 190 mechanism);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/ |
| pkcs11.h | 870 ck_mechanism_type_t mechanism; 1141 struct ck_mechanism *mechanism, 1160 struct ck_mechanism *mechanism, 1179 struct ck_mechanism *mechanism)); 1197 struct ck_mechanism *mechanism, 1213 struct ck_mechanism *mechanism, 1223 struct ck_mechanism *mechanism, 1239 struct ck_mechanism *mechanism, 1273 struct ck_mechanism *mechanism, 1279 struct ck_mechanism *mechanism, 868 ck_mechanism_type_t mechanism; member in struct:ck_mechanism [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| pkcs11.h | 828 ck_mechanism_type_t mechanism; member in struct:ck_mechanism 1097 struct ck_mechanism *mechanism, 1116 struct ck_mechanism *mechanism, 1135 struct ck_mechanism *mechanism)); 1153 struct ck_mechanism *mechanism, 1169 struct ck_mechanism *mechanism, 1179 struct ck_mechanism *mechanism, 1195 struct ck_mechanism *mechanism, 1229 struct ck_mechanism *mechanism, 1235 struct ck_mechanism *mechanism, [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/ |
| pkcs11.h | 881 /* OTP mechanism flags */ 892 ck_mechanism_type_t mechanism; member in struct:ck_mechanism 1114 struct ck_mechanism *mechanism, ck_object_handle_t key)); 1129 struct ck_mechanism *mechanism, ck_object_handle_t key)); 1144 struct ck_mechanism *mechanism)); 1160 struct ck_mechanism *mechanism, ck_object_handle_t key)); 1172 struct ck_mechanism *mechanism, ck_object_handle_t key)); 1180 struct ck_mechanism *mechanism, ck_object_handle_t key)); 1193 struct ck_mechanism *mechanism, ck_object_handle_t key)); 1220 struct ck_mechanism *mechanism, [all...] |