attrKeyid         457 source4/heimdal/lib/hx509/ks_keychain.c 	SecKeychainAttribute attrKeyid;
attrKeyid         460 source4/heimdal/lib/hx509/ks_keychain.c 	attrKeyid.tag = kSecKeyLabel;
attrKeyid         461 source4/heimdal/lib/hx509/ks_keychain.c 	attrKeyid.length = attrs->attr[0].length;
attrKeyid         462 source4/heimdal/lib/hx509/ks_keychain.c 	attrKeyid.data = attrs->attr[0].data;
attrKeyid         465 source4/heimdal/lib/hx509/ks_keychain.c 	attrList.attr = &attrKeyid;