Searched refs:pflist (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c318 static void pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist,
321 static void pk11_find_digests(CK_FUNCTION_LIST_PTR pflist,
327 static void pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id,
3293 static void pk11_get_symmetric_cipher(CK_FUNCTION_LIST_PTR pflist, argument
3301 rv = pflist->C_GetMechanismInfo(slot_id, cipher->mech_type, &mech_info);
3345 static void pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id, argument
3352 rv = pflist->C_GetMechanismInfo(slot_id, digest->mech_type, &mech_info);
3387 static void pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist, argument
3394 pk11_get_symmetric_cipher(pflist, current_slot,
3400 static void pk11_find_digests(CK_FUNCTION_LIST_PTR pflist, argument
3478 CK_FUNCTION_LIST_PTR pflist = NULL; local
[all...]

Completed in 17 milliseconds