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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c324 static void pk11_get_symmetric_cipher(CK_FUNCTION_LIST_PTR, int slot_id,
327 static void pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id,
3294 int slot_id, int *current_slot_n_cipher, int *local_cipher_nids,
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);
3293 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 18 milliseconds