Home
last modified time | relevance | path

Searched refs:MODE_ECB (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.c71 if ((mode == MODE_ECB) || (mode == MODE_CBC) || (mode == MODE_CFB1)) { in rijndael_cipherInit()
101 case MODE_ECB: in rijndael_blockEncrypt()
217 case MODE_ECB: in rijndael_padEncrypt()
281 case MODE_ECB: in rijndael_blockDecrypt()
385 case MODE_ECB: in rijndael_padDecrypt()
H A Drijndael-api-fst.h18 #define MODE_ECB 1 /* Are we ciphering in ECB mode? */ macro
52 u_int8_t mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */

Completed in 1 milliseconds