Home
last modified time | relevance | path

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

/mbedtls-latest/programs/aes/
Dcrypt_and_hash.c39 #define MODE_ENCRYPT 0 macro
127 if (mode != MODE_ENCRYPT && mode != MODE_DECRYPT) { in main()
236 if (mode == MODE_ENCRYPT) { in main()