Lines Matching refs:crypto
51 krb5_context context, krb5_crypto crypto) in test_range() argument
63 ctx.crypto = crypto; in test_range()
78 crypto, in test_range()
94 test_special(krb5_context context, krb5_crypto crypto, in test_special() argument
105 ctx.crypto = crypto; in test_special()
120 crypto, in test_special()
143 krb5_crypto crypto; in main() local
156 ret = krb5_crypto_init(context, &keyblock, 0, &crypto); in main()
160 test_special(context, crypto, 1, 60); in main()
161 test_special(context, crypto, 0, 60); in main()
164 test_range(&tests[i], 1, context, crypto); in main()
165 test_range(&tests[i], 0, context, crypto); in main()
169 krb5_crypto_destroy(context, crypto); in main()