HomeSort by relevance Sort by last modified time
    Searched defs:mech_type (Results 1 - 25 of 28) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/libgss/
g_dsp_status.c 63 gss_OID mech_type = (gss_OID) req_mech_type; local
89 mech = __gss_get_mechanism(mech_type);
92 if (mech_type == GSS_C_NULL_OID)
93 mech_type = &mech->mech_type;
96 status_value, status_type, mech_type,
g_init_sec_context.c 108 gss_OID mech_type = GSS_C_NULL_OID; local
121 mech_type = (gss_OID)req_mech_type;
127 * mechanism. If mech_type is NULL, set it to the resultant
130 mech = __gss_get_mechanism(mech_type);
137 if (mech_type == GSS_C_NULL_OID)
138 mech_type = &mech->mech_type;
142 * mech_type that we're about to use. Otherwise, do an import on
145 if (union_name->mech_type &&
146 g_OID_equal(union_name->mech_type, mech_type))
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
kernelSlot.h 41 int mech_type; member in struct:cipher_mechs_threshold
  /onnv/onnv-gate/usr/src/common/openssl/crypto/engine/
hw_pk11.c 343 CK_MECHANISM_TYPE mech_type; member in struct:PK11_CIPHER_st
387 CK_MECHANISM_TYPE mech_type;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/crypto/core/
kcf_mech_tabs.c 629 crypto_mech_type_t mech_type; local
638 if ((mech_type = kcf_mech_hash_find(mech_name)) ==
648 if (kcf_get_mech_entry(mech_type, &mech_entry) != KCF_SUCCESS) {
717 mil2->ml_kcf_mechid != mech_type) {
758 kcf_get_mech_entry(crypto_mech_type_t mech_type, kcf_mech_entry_t **mep)
766 class = KCF_MECH2CLASS(mech_type);
774 index = KCF_MECH2INDEX(mech_type);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
gssapiP_spnego.h 82 gss_OID mech_type; member in struct:__anon7
177 gss_OID, /* mech_type */
195 gss_OID, /* mech_type */
215 gss_OID *, /* mech_type */
231 gss_OID *, /* mech_type */
280 gss_OID, /* mech_type */
291 gss_OID, /* mech_type */
442 gss_OID *mech_type,
455 gss_OID *mech_type,
  /onnv/onnv-gate/usr/src/uts/common/crypto/io/
sha1_mod.c 1428 sha1_mech_type_t mech_type; local
    [all...]
md5_mod.c 1481 md5_mech_type_t mech_type; local
    [all...]
ecc.c 80 ecc_mech_type_t mech_type; member in struct:ecc_ctx
90 ecc_mech_type_t mech_type; member in struct:digest_ecc_ctx
376 check_mech_and_key(ecc_mech_type_t mech_type, crypto_key_t *key, ulong_t class)
383 if (mech_type != ECDSA_SHA1_MECH_INFO_TYPE &&
384 mech_type != ECDSA_MECH_INFO_TYPE)
487 if (ctxp->mech_type == ECDSA_MECH_INFO_TYPE)
506 ecc_mech_type_t mech_type = mechanism->cm_type; local
533 switch (mech_type) {
550 switch (mech_type) {
561 ctxp->mech_type = mech_type
584 ecc_mech_type_t mech_type = mechanism->cm_type; local
604 ecc_mech_type_t mech_type = mechanism->cm_type; local
632 ecc_mech_type_t mech_type; local
769 ecc_mech_type_t mech_type; local
818 ecc_mech_type_t mech_type = mechanism->cm_type; local
1015 ecc_mech_type_t mech_type = mechanism->cm_type; local
    [all...]
rsa.c 82 rsa_mech_type_t mech_type; member in struct:rsa_ctx
91 rsa_mech_type_t mech_type; member in struct:digest_rsa_ctx
554 ctxp->mech_type = mechanism->cm_type;
580 rv = rsa_encrypt_common(ctxp->mech_type, ctxp->key, plaintext,
615 if (ctxp->mech_type == RSA_PKCS_MECH_INFO_TYPE ||
616 ctxp->mech_type == RSA_X_509_MECH_INFO_TYPE)
628 rsa_encrypt_common(rsa_mech_type_t mech_type, crypto_key_t *key,
649 if (mech_type == RSA_PKCS_MECH_INFO_TYPE) {
670 if (mech_type == RSA_PKCS_MECH_INFO_TYPE) {
800 rv = rsa_decrypt_common(ctxp->mech_type, ctxp->key
1097 rsa_mech_type_t mech_type; local
1324 rsa_mech_type_t mech_type; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/rpcsec_gss/
rpcsec_gss.c 87 gss_OID mech_type; /* GSS mechanism */ member in struct:_rpc_gss_data
114 gss_OID mech_type; local
129 if (!__rpc_gss_mech_to_oid(mech, &mech_type)) {
180 ap->mech_type = mech_type;
187 &mech_type, &ret_flags, &time_rec)) {
220 if ((s = __rpc_gss_oid_to_mech(mech_type)) != NULL)
288 ap->mech_type,
437 if ((mech = __rpc_gss_oid_to_mech(ap->mech_type)) == NULL)
svc_rpcsec_gss.c 584 gss_OID mech_type = GSS_C_NULL_OID; local
747 &mech_type,
762 &mech_type,
800 = __rpc_gss_oid_to_mech(mech_type))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
ssh-gss.c 690 gss_OID mech_type; member in struct:gss_name
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
adm_uef.c 1509 CK_MECHANISM_TYPE mech_type; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/digest/
digest.c 364 CK_MECHANISM_TYPE mech_type; local
394 mech_type = mech_aliases[mech_match].type;
538 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info);
547 rv = C_GetMechanismInfo(slotID, mech_type, &info);
614 if (mech_type == CKM_DES_MAC) {
646 if (mech_type == CKM_DES_MAC) {
660 if (mech_type == CKM_DES_MAC) {
709 mech.mechanism = mech_type;
  /onnv/onnv-gate/usr/src/uts/common/sys/
cryptmod.h 182 crypto_mech_type_t mech_type; member in struct:cipher_data_t
  /onnv/onnv-gate/usr/src/cmd/gss/gssd/
gssd_proc.c 781 gss_OID mech_type = &mech_type_desc; local
878 if (argp->mech_type.GSS_OID_len == 0)
879 mech_type = GSS_C_NULL_OID;
881 mech_type->length = (OM_uint32)argp->mech_type.GSS_OID_len;
882 mech_type->elements = (void *)argp->mech_type.GSS_OID_val;
953 mech_type,
1058 gss_OID mech_type; local
1078 res->mech_type.GSS_OID_val = NULL
2018 gss_OID mech_type; local
2314 gss_OID mech_type = &mech_type_desc; local
    [all...]
gssdtest.c 360 gss_OID mech_type; local
409 mech_type = gss_str2oid((char *)GSS_KRB5_MECH_OID);
411 mech_type = gss_str2oid(argv[0]);
413 if (mech_type == 0 || mech_type->length == 0) {
419 * set up desired_mechs so it points to mech_type.
425 desired_mechs->elements = mech_type;
513 /* mech_type and desired_mechs are allocated above. Release it here */
515 FREE(mech_type->elements, mech_type->length)
537 gss_OID mech_type; local
785 gss_OID mech_type = (gss_OID) 0; local
1034 gss_OID mech_type; local
1702 gss_OID mech_type = (gss_OID) 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/
rpcsec_gss.c 88 gss_OID mech_type; /* GSS mechanism */ member in struct:_rpc_gss_data
493 mechanism, &ap->mech_type, &ret_flags, &time_rec, cr, 0)) {
529 NOT_NULL(ap->mech_type);
530 __rpc_gss_dup_oid(ap->mech_type,
1130 ap, ap->mech_type, (gss_OID *)NULL, (int *)NULL,
1249 * Free mech_type oid structure.
1251 if (ap->mech_type != NULL) {
1252 kgss_free_oid(ap->mech_type);
1253 ap->mech_type = NULL;
    [all...]
svc_rpcsec_gss.c 695 gss_OID mech_type = GSS_C_NULL_OID; local
740 &mech_type,
762 client_data->raw_cred.mechanism = (rpc_gss_OID) mech_type;
765 * the data of 'mech_type'.
802 rpc_gss_display_status(gssstat, minor_stat, mech_type,
890 if (free_mech_type && mech_type)
891 kgss_free_oid(mech_type);
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/
metaObjectManager.c 46 CK_MECHANISM_TYPE mech_type; /* mech used for wrap/unwrap */ member in struct:_wrap_info
1040 (wrap_info[i]).mech_type, src_slotnum,
1047 (wrap_info[i]).mech_type, dst_slotnum,
1096 if ((special_wrap_info[i]).mech_type
1105 (special_wrap_info[i]).mech_type, src_slotnum,
1112 (special_wrap_info[i]).mech_type, dst_slotnum,
    [all...]
metaGlobal.h 548 int mech_type; member in struct:cipher_mechs_threshold
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/decrypt/
decrypt.c 422 CK_MECHANISM_TYPE mech_type = 0; local
457 mech_type = mech_aliases[mech_match].type;
593 rv = C_GetMechanismInfo(token_slot_id, mech_type, &info);
601 rv = C_GetMechanismInfo(slotID, mech_type, &info);
614 (mech_type == CKM_RC4) ||
670 rv = pkcs11_mech2keytype(mech_type, &keytype);
897 mech.mechanism = mech_type;
  /onnv/onnv-gate/usr/src/uts/common/gssapi/include/
mechglueP.h 65 gss_OID mech_type; member in struct:gss_union_ctx_id_t
81 gss_OID mech_type; member in struct:gss_name_struct
152 gss_OID_desc mech_type; member in struct:gss_config
187 const gss_OID, /* mech_type */
206 gss_OID*, /* mech_type */
265 const gss_OID, /* mech_type */
372 const gss_OID, /* mech_type */
393 gss_OID *, /* mech_type */
557 gss_OID mech_type; /* mechanism oid */ member in struct:gss_mech_config
592 const gss_OID /* mech_type */
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/kssl/
ksslproto.h 249 crypto_mech_type_t mech_type; member in struct:KSSLCipherDefStr

Completed in 790 milliseconds

1 2