Home
last modified time | relevance | path

Searched defs:block (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.6.0/library/
Daesce.c128 static uint8x16_t aesce_encrypt_block(uint8x16_t block, in aesce_encrypt_block()
190 static uint8x16_t aesce_decrypt_block(uint8x16_t block, in aesce_decrypt_block()
230 uint8x16_t block = vld1q_u8(&input[0]); in mbedtls_aesce_crypt_ecb() local