Lines Matching refs:kckdfp
1059 struct keyctl_kdf_params *kckdfp = in main() local
1067 memcpy(kckdfp, kckdfp_data + i, sizeof(kckdfp_data[i])); in main()
1073 kckdfp->hashname = in main()
1078 kckdfp->hashname = kckdfp_long_hash; in main()
1079 kckdfp->otherinfo = in main()
1086 kckdfp->hashname = bogus_str; in main()
1087 kckdfp->otherinfo = kckdfp_otherinfo1; in main()
1092 kckdfp->hashname = kckdfp_short_hash; in main()
1093 kckdfp->otherinfo = kckdfp_otherinfo1; in main()
1097 kckdfp->hashname = kckdfp_short_hash; in main()
1098 kckdfp->otherinfo = kckdfp_otherinfo2; in main()
1107 sizeof(kckdfp), kckdfp_char, in main()
1108 kckdfp_to_str(kckdfp, deref_hash, deref_opts, in main()