Searched refs:first_both_mech (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 1027 CK_ULONG src_slotnum, CK_ULONG dst_slotnum, int *first_both_mech, in find_best_match_wrap_mech() argument 1058 *first_both_mech = i; in find_best_match_wrap_mech() 1087 int first_src_mech, rsa_first_src_mech, first_both_mech; in get_wrap_mechanism() local 1157 first_both_mech = -1; in get_wrap_mechanism() 1161 src_slotnum, dst_slotnum, &first_both_mech, &first_src_mech); in get_wrap_mechanism() 1166 if (first_both_mech != -1) { in get_wrap_mechanism() 1168 &(wrap_info_to_search[first_both_mech]), in get_wrap_mechanism() 1185 first_both_mech = -1; in get_wrap_mechanism() 1190 &first_both_mech, &rsa_first_src_mech); in get_wrap_mechanism() 1196 if (first_both_mech > -1) { in get_wrap_mechanism() [all …]
|