Home
last modified time | relevance | path

Searched refs:test (Results 1 – 7 of 7) sorted by relevance

/crypto/krb5/
A Dselftest.c128 LOAD_BUF(&key, test->key); in krb5_test_one_prf()
130 LOAD_BUF(&prf, test->prf); in krb5_test_one_prf()
258 LOAD_BUF(&ct, test->ct); in krb5_test_one_enc()
260 if (test->K0) { in krb5_test_one_enc()
261 LOAD_BUF(&K0, test->K0); in krb5_test_one_enc()
263 LOAD_BUF(&Ke, test->Ke); in krb5_test_one_enc()
264 LOAD_BUF(&Ki, test->Ki); in krb5_test_one_enc()
292 if (test->K0) in krb5_test_one_enc()
394 if (test->K0) { in krb5_test_one_mic()
395 LOAD_BUF(&K0, test->K0); in krb5_test_one_mic()
[all …]
/crypto/
A Dhkdf.c133 const char *test; member
154 .test = "basic hdkf test",
170 .test = "hkdf test with long input",
252 .test = "basic hkdf test",
269 .test = "hkdf test with long input",
356 .test = "basic hkdf test",
497 tv->test, driver, err); in hkdf_test()
503 tv->test, driver); in hkdf_test()
519 tv->test, driver, err); in hkdf_test()
527 tv->test, driver, err); in hkdf_test()
[all …]
A Dtestmgr.c3599 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()
3600 drbg_string_fill(&pers, test->pers, test->perslen); in drbg_cavs_test()
3607 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test()
3609 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test()
3622 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test()
3624 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()
3637 ret = memcmp(test->expected, buf, test->expectedlen); in drbg_cavs_test()
4644 .test = alg_test_kpp,
4670 .test = alg_test_kpp,
4925 .test = alg_test_kpp,
[all …]
A Dapi.c257 u32 test = 0; in crypto_alg_lookup() local
260 test |= CRYPTO_ALG_TESTED; in crypto_alg_lookup()
263 alg = __crypto_alg_lookup(name, (type | test) & ~fips, in crypto_alg_lookup()
264 (mask | test) & ~fips); in crypto_alg_lookup()
276 } else if (test) { in crypto_alg_lookup()
A Dalgapi.c359 struct crypto_larval *test; in crypto_alg_tested() local
369 test = (struct crypto_larval *)q; in crypto_alg_tested()
381 alg = test->adult; in crypto_alg_tested()
398 list_del_init(&test->alg.cra_list); in crypto_alg_tested()
399 complete_all(&test->completion); in crypto_alg_tested()
403 crypto_alg_put(&test->alg); in crypto_alg_tested()
A DKconfig1308 The test interface allows a privileged process to capture
/crypto/async_tx/
A Draid6test.c152 static int test(int disks, int *tests) in test() function
209 err += test(4, &tests); in raid6_test()
211 err += test(5, &tests); in raid6_test()
216 err += test(11, &tests); in raid6_test()
217 err += test(12, &tests); in raid6_test()
225 err += test(24, &tests); in raid6_test()
227 err += test(NDISKS, &tests); in raid6_test()

Completed in 25 milliseconds