Searched defs:current_slot_n_digest (Results 1 - 1 of 1) sorted by relevance
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 322 CK_SLOT_ID current_slot, int *current_slot_n_digest, 328 int *current_slot_n_digest, int *local_digest_nids, 3037 int current_slot_n_digest = 0; local 3233 current_slot_n_digest = 0; 3241 ¤t_slot_n_digest, local_digest_nids); 3245 DEBUG_SLOT_SEL("%s: current_slot_n_digest %d\n", PK11_DBG, 3246 current_slot_n_digest); 3255 if ((current_slot_n_cipher + current_slot_n_digest) > 3262 digest_count = slot_n_digest = current_slot_n_digest; 3346 int *current_slot_n_digest, in 3345 pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id, int *current_slot_n_digest, int *local_digest_nids, PK11_DIGEST *digest) argument 3400 pk11_find_digests(CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot, int *current_slot_n_digest, int *local_digest_nids) argument [all...] |
Completed in 33 milliseconds