Searched refs:DIR_ENCRYPT (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h22 #define DIR_ENCRYPT 0 /* Are we encrpyting? */ macro
H A Drijndael-api-fst.c48 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
277 (cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT)) {
376 key->direction == DIR_ENCRYPT) {
475 case DIR_ENCRYPT:
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c1617 if (rijndael_makeKey(&k, DIR_ENCRYPT, key->l << 3, key->v) < 0)

Completed in 123 milliseconds