Searched refs:data_unit (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | cipher_wrap.h | 114 const unsigned char data_unit[16],
|
| H A D | aes.c | 1192 const unsigned char data_unit[16], in mbedtls_aes_crypt_xts() 1219 data_unit, tweak); in mbedtls_aes_crypt_xts() 2224 const unsigned char *data_unit; in mbedtls_aes_self_test() local 2235 data_unit = aes_test_xts_data_unit[u]; in mbedtls_aes_self_test() 2256 ret = mbedtls_aes_crypt_xts(&ctx_xts, mode, len, data_unit, in mbedtls_aes_self_test()
|
| H A D | cipher_wrap.c | 222 const unsigned char data_unit[16], in aes_crypt_xts_wrap() 241 data_unit, input, output); in aes_crypt_xts_wrap()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | aes.h | 343 const unsigned char data_unit[16],
|