Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_constants.c29 static const crypt_constant _crypt_constants[] = { variable
239 int _crypt_constants_len = sizeof(_crypt_constants) / sizeof(_crypt_constants[0]); in crypt_get_constant()
241 if (XSTRCMP(_crypt_constants[i].name, namein) == 0) { in crypt_get_constant()
242 *valueout = _crypt_constants[i].value; in crypt_get_constant()
264 int count = sizeof(_crypt_constants) / sizeof(_crypt_constants[0]); in crypt_list_all_constants()
268 … number_len = snprintf(NULL, 0, "%s,%d\n", _crypt_constants[i].name, _crypt_constants[i].value); in crypt_list_all_constants()
284 …number_len = snprintf(ptr, total_len, "%s,%d\n", _crypt_constants[i].name, _crypt_constants[i].val… in crypt_list_all_constants()

Completed in 3 milliseconds