Searched refs:f8_start (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/f8/ |
A D | sub.mk | 6 srcs-y += f8_start.c
|
A D | f8_test_mode.c | 44 if ((err = f8_start(idx, IV, key, sizeof(key), salt, sizeof(salt), 0, &f8)) != CRYPT_OK) { in f8_test_mode()
|
A D | f8_start.c | 25 int f8_start( int cipher, const unsigned char *IV, in f8_start() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 955 int f8_start( int cipher, const unsigned char *IV,
|
Completed in 7 milliseconds