Lines Matching defs:mechs
407 crypto_mech_name_t *mechs;
437 mechs = crypto_get_mech_list(&mech_count, KM_SLEEP);
438 if (mechs != NULL) {
442 if (strncmp(SUN_CKM_RSA_X_509, mechs[i],
445 else if (strncmp(SUN_CKM_MD5_HMAC, mechs[i],
448 else if (strncmp(SUN_CKM_SHA1_HMAC, mechs[i],
451 else if (strncmp(SUN_CKM_RC4, mechs[i],
454 else if (strncmp(SUN_CKM_DES_CBC, mechs[i],
457 else if (strncmp(SUN_CKM_DES3_CBC, mechs[i],
460 else if (strncmp(SUN_CKM_AES_CBC, mechs[i],
499 crypto_free_mech_list(mechs, mech_count);