Lines Matching defs:direction
37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen,
44 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
45 key->direction = direction;
61 if (direction == DIR_ENCRYPT) {
91 key->direction == DIR_DECRYPT) {
207 key->direction == DIR_DECRYPT) {
271 (cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT)) {
372 key->direction == DIR_ENCRYPT) {