Searched refs:hash_algo (Results 1 – 2 of 2) sorted by relevance
24 algos->hash_algo = 0; in get_algo()30 algos->hash_algo = CKM_MD5; in get_algo()36 algos->hash_algo = 0; in get_algo()42 algos->hash_algo = CKM_SHA_1_HMAC; in get_algo()48 algos->hash_algo = CKM_SHA_1_HMAC; in get_algo()54 algos->hash_algo = 0; in get_algo()61 algos->hash_algo = CKM_MD5_HMAC; in get_algo()68 algos->hash_algo = CKM_SHA_1_HMAC; in get_algo()173 rv = C_GetMechanismInfo(*slotid, algos.hash_algo, in slot_supports_krb5()
1678 CK_MECHANISM_TYPE hash_algo; member