Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dt_vectors.c350 decode_data(const char *s) in decode_data() function
391 w = decode_data(t->w); in run_test()
392 x = decode_data(t->x); in run_test()
393 y = decode_data(t->y); in run_test()
394 T = decode_data(t->T); in run_test()
395 S = decode_data(t->S); in run_test()
396 K = decode_data(t->K); in run_test()
397 support = (t->support != NULL) ? decode_data(t->support) : NULL; in run_test()
398 challenge = decode_data(t->challenge); in run_test()
399 thash = decode_data(t->thash); in run_test()
[all …]