| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| inquire_names_for_mech.c | 48 const gss_OID mechanism, 57 if (gss_oid_equal(mechanism, GSS_KRB5_MECHANISM) == 0 && 58 gss_oid_equal(mechanism, GSS_C_NULL_OID) == 0) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| inquire_names_for_mech.c | 41 const gss_OID mechanism,
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_inquire_names_for_mech.c | 35 const gss_OID mechanism, 39 gssapi_mech_interface m = __gss_get_mechanism(mechanism); 52 mechanism, name_types));
|
| /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/bsd/openldap/dist/libraries/libldap/ |
| vc.c | 205 LDAP_CONST char *mechanism, 223 if (mechanism == LDAP_SASL_SIMPLE) { 234 dn, LDAP_AUTH_SASL, mechanism); 237 dn, LDAP_AUTH_SASL, mechanism); 243 dn, LDAP_AUTH_SASL, mechanism, cred); 246 dn, LDAP_AUTH_SASL, mechanism, cred); 300 LDAP_CONST char *mechanism, 315 rc = ldap_verify_credentials(ld, cookie, dn, mechanism, cred, vcictrls, sctrls, cctrls, &msgid);
|
| sasl.c | 56 LDAP_CONST char *mechanism, 65 if( mechanism == LDAP_SASL_SIMPLE ) { 86 if( mechanism == LDAP_SASL_SIMPLE ) { 98 mechanism ); 105 mechanism, cred ); 131 * The dn (usually NULL), mechanism, and credentials are provided. 136 * ldap_sasl_bind( ld, NULL, "mechanism", 144 LDAP_CONST char *mechanism, 164 ber = ldap_build_bind_req( ld, dn, mechanism, cred, sctrls, cctrls, &id ); 182 LDAP_CONST char *mechanism, [all...] |
| /src/usr.bin/make/unit-tests/ |
| deptgt-error.mk | 20 # does not use any established escaping mechanism.
|
| varname-dot-suffixes.mk | 77 # replacement mechanism for the iteration variables takes precedence.
|
| /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/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/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/doc/ |
| TODO.compat-module | 40 11. Implemented a MP-safe mechanism for installing and removing function 48 use the MP-safe mechanism. 78 mechanism to "reach over" to the MD code, #include a Makefile.inc file, 118 from the main raidframe module. The current mechanism requires us
|
| /src/external/ibm-public/postfix/dist/src/xsasl/ |
| xsasl_saslc_client.c | 130 const char **mechanism, 151 if (mechanism) 152 *mechanism = mech; 154 msg_info("%s: mechanism='%s'", __func__, mech);
|
| xsasl_cyrus_client.c | 436 const char **mechanism, 466 &clientout, &clientoutlen, 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/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/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...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| pkcs11rsa_link.c | 225 mech.mechanism = CKM_SHA1_RSA_PKCS; 228 mech.mechanism = CKM_SHA256_RSA_PKCS; 231 mech.mechanism = CKM_SHA512_RSA_PKCS; 384 mech.mechanism = CKM_SHA1_RSA_PKCS; 387 mech.mechanism = CKM_SHA256_RSA_PKCS; 390 mech.mechanism = CKM_SHA512_RSA_PKCS; 600 mech.mechanism = CKM_SHA_1; 603 mech.mechanism = CKM_SHA256; 606 mech.mechanism = CKM_SHA512;
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/ |
| gcd_22.asm | 43 C We define SLOW if this target uses a slow struct return mechanism, with
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/ |
| gcd_22.asm | 43 C We define SLOW if this target uses a slow struct return mechanism, with
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/mulx/adx/ |
| addmul_1.asm | 65 C Testing mechanism for running this on older AMD64 processors
|