Searched defs:first_both_mech (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 1030 CK_ULONG src_slotnum, CK_ULONG dst_slotnum, int *first_both_mech, 1061 *first_both_mech = i; 1090 int first_src_mech, rsa_first_src_mech, first_both_mech; local 1160 first_both_mech = -1; 1164 src_slotnum, dst_slotnum, &first_both_mech, &first_src_mech); 1169 if (first_both_mech != -1) { 1171 &(wrap_info_to_search[first_both_mech]), 1188 first_both_mech = -1; 1193 &first_both_mech, &rsa_first_src_mech); 1199 if (first_both_mech > 1029 find_best_match_wrap_mech(wrap_info_t *wrap_info, int num_info, CK_ULONG src_slotnum, CK_ULONG dst_slotnum, int *first_both_mech, int *first_src_mech) argument [all...] |
Completed in 18 milliseconds