Searched defs:local_cipher_nids (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 305 static void pk11_choose_cipher_digest(int *local_cipher_nids, 310 int *local_cipher_nids); 315 int *current_slot_n_cipher, int *local_cipher_nids, 2969 int local_cipher_nids[PK11_CIPHER_MAX]; local 3026 (void) memset(local_cipher_nids, 0, sizeof (local_cipher_nids)); 3028 pk11_choose_cipher_digest(local_cipher_nids, 3157 pk11_choose_cipher_digest(int *local_cipher_nids, argument 3167 ¤t_slot_n_cipher, local_cipher_nids); 3190 (void) memcpy(cipher_nids, local_cipher_nids, 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 24 milliseconds