Searched refs:base16_decode (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | tea.c | 157 … if ((err = base16_decode(tests[i].key, XSTRLEN(tests[i].key), key, &l)) != CRYPT_OK) return err; in tea_test() 159 … if ((err = base16_decode(tests[i].pt, XSTRLEN(tests[i].pt), ptct[0], &l)) != CRYPT_OK) return err; in tea_test() 161 … if ((err = base16_decode(tests[i].ct, XSTRLEN(tests[i].ct), ptct[1], &l)) != CRYPT_OK) return err; in tea_test()
|
| /optee_os/core/lib/libtomcrypt/src/misc/base16/ |
| H A D | base16_decode.c | 23 int base16_decode(const char *in, unsigned long inlen, in base16_decode() function
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_misc.h | 52 int base16_decode(const char *in, unsigned long inlen,
|