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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c320 int *local_cipher_nids);
325 int *current_slot_n_cipher, int *local_cipher_nids,
3039 int local_cipher_nids[PK11_CIPHER_MAX]; local
3234 (void) memset(local_cipher_nids, 0, sizeof (local_cipher_nids));
3238 &current_slot_n_cipher, local_cipher_nids);
3263 (void) memcpy(cipher_nids, local_cipher_nids,
3264 sizeof (local_cipher_nids));
3294 int slot_id, int *current_slot_n_cipher, int *local_cipher_nids,
3326 local_cipher_nids[(*current_slot_n_ciphe
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
3387 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