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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c314 static void pk11_get_symmetric_cipher(CK_FUNCTION_LIST_PTR, int slot_id,
317 static void pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id,
3199 int slot_id, int *current_slot_n_cipher, int *local_cipher_nids,
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);
3198 pk11_get_symmetric_cipher(CK_FUNCTION_LIST_PTR pflist, int slot_id, int *current_slot_n_cipher, int *local_cipher_nids, PK11_CIPHER *cipher) argument

Completed in 22 milliseconds