Home
last modified time | relevance | path

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

/linux/crypto/krb5/
H A Dselftest.c106 #define LOAD_BUF(BUF, FROM) do { ret = load_buf(BUF, FROM); if (ret < 0) goto out; } while (0) macro
129 LOAD_BUF(&key, test->key); in krb5_test_one_prf()
130 LOAD_BUF(&octet, test->octet); in krb5_test_one_prf()
131 LOAD_BUF(&prf, test->prf); in krb5_test_one_prf()
173 LOAD_BUF(&key, test->key); in krb5_test_key()
221 LOAD_BUF(&base_key, test->key); in krb5_test_one_key()
257 LOAD_BUF(&conf, test->conf); in krb5_test_one_enc()
258 LOAD_BUF(&plain, test->plain); in krb5_test_one_enc()
259 LOAD_BUF(&ct, test->ct); in krb5_test_one_enc()
262 LOAD_BUF(&K0, test->K0); in krb5_test_one_enc()
[all …]