Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Daesce.c92 static uint8x16_t aesce_encrypt_block(uint8x16_t block, in aesce_encrypt_block()
116 static uint8x16_t aesce_decrypt_block(uint8x16_t block, in aesce_decrypt_block()
157 uint8x16_t block = vld1q_u8(&input[0]); in mbedtls_aesce_crypt_ecb() local