Searched defs:wrap_info_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c55 } wrap_info_t; typedef in typeref:struct:_wrap_info
60 static wrap_info_t common_wrap_info[] = {
67 sizeof (common_wrap_info) / sizeof (wrap_info_t);
69 static wrap_info_t special_wrap_info[] = {
78 sizeof (special_wrap_info) / sizeof (wrap_info_t);
80 static wrap_info_t rsa_wrap_info[] = {
87 sizeof (rsa_wrap_info) / sizeof (wrap_info_t);
885 wrap_info_t *wrap_info, char *key_data, CK_ULONG key_len)
1029 find_best_match_wrap_mech(wrap_info_t *wrap_info, int num_info,
1083 CK_ULONG src_slotnum, CK_ULONG dst_slotnum, wrap_info_t *wrap_inf
[all...]

Completed in 25 milliseconds