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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c309 CK_SLOT_ID current_slot, int *current_slot_n_cipher,
315 int *current_slot_n_cipher, int *local_cipher_nids,
3161 int current_slot_n_cipher = 0; local
3167 &current_slot_n_cipher, local_cipher_nids);
3172 DEBUG_SLOT_SEL("%s: current_slot_n_cipher %d\n", PK11_DBG,
3173 current_slot_n_cipher);
3181 if ((current_slot_n_cipher + current_slot_n_digest) >
3186 cipher_count = current_slot_n_cipher;
3199 int slot_id, int *current_slot_n_cipher, int *local_cipher_nids,
3232 local_cipher_nids[(*current_slot_n_cipher)
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
3263 pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot, int *current_slot_n_cipher, int *local_cipher_nids) argument
[all...]

Completed in 18 milliseconds