Searched refs:hash_algo (Results 1 – 2 of 2) sorted by relevance
22 algos->hash_algo = 0; in get_algo()28 algos->hash_algo = CKM_MD5; in get_algo()34 algos->hash_algo = 0; in get_algo()40 algos->hash_algo = CKM_SHA_1_HMAC; in get_algo()46 algos->hash_algo = CKM_SHA_1_HMAC; in get_algo()52 algos->hash_algo = 0; in get_algo()59 algos->hash_algo = CKM_MD5_HMAC; in get_algo()66 algos->hash_algo = CKM_SHA_1_HMAC; in get_algo()171 rv = C_GetMechanismInfo(*slotid, algos.hash_algo, in slot_supports_krb5()
1678 CK_MECHANISM_TYPE hash_algo; member