OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIR_ENCRYPT
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h
22
#define
DIR_ENCRYPT
0 /* Are we encrpyting? */
rijndael-api-fst.c
48
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/
crypto_openssl.c
1617
if (rijndael_makeKey(&k,
DIR_ENCRYPT
, key->l << 3, key->v) < 0)
[
all
...]
Completed in 85 milliseconds