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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c306 int *local_digest_nids, CK_FUNCTION_LIST_PTR pflist,
308 static void pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist,
311 static void pk11_find_digests(CK_FUNCTION_LIST_PTR pflist,
317 static void pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id,
3158 int *local_digest_nids, CK_FUNCTION_LIST_PTR pflist,
3198 pk11_get_symmetric_cipher(CK_FUNCTION_LIST_PTR pflist, argument
3210 rv = pflist->C_GetMechanismInfo(slot_id, cipher->mech_type,
3240 pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id, argument
3247 rv = pflist->C_GetMechanismInfo(slot_id, digest->mech_type, &mech_info);
3263 pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist, argument
3157 pk11_choose_cipher_digest(int *local_cipher_nids, int *local_digest_nids, CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot) argument
3276 pk11_find_digests(CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot, int *current_slot_n_digest, int *local_digest_nids) argument
[all...]

Completed in 22 milliseconds