HomeSort by: relevance | last modified time | path
    Searched defs:mechanism (Results 1 - 25 of 44) sorted by relevancy

1 2

  /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...]
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...]
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...]
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...]
  /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)
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)
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)
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,
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,
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,
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;
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;
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;
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
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
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);
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);
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);
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);
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);

Completed in 89 milliseconds

1 2