OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipherInstance
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h
73
}
cipherInstance
;
86
int rijndael_cipherInit(
cipherInstance
*cipher, u_int8_t mode, char *IV);
88
int rijndael_blockEncrypt(
cipherInstance
*cipher, keyInstance *key,
91
int rijndael_padEncrypt(
cipherInstance
*cipher, keyInstance *key,
94
int rijndael_blockDecrypt(
cipherInstance
*cipher, keyInstance *key,
97
int rijndael_padDecrypt(
cipherInstance
*cipher, keyInstance *key,
101
int rijndael_cipherUpdateRounds(
cipherInstance
*cipher, keyInstance *key,
rijndael-api-fst.c
79
int rijndael_cipherInit(
cipherInstance
*cipher, BYTE mode, char *IV) {
93
int rijndael_blockEncrypt(
cipherInstance
*cipher, keyInstance *key,
207
int rijndael_padEncrypt(
cipherInstance
*cipher, keyInstance *key,
270
int rijndael_blockDecrypt(
cipherInstance
*cipher, keyInstance *key,
368
int rijndael_padDecrypt(
cipherInstance
*cipher, keyInstance *key,
460
int rijndael_cipherUpdateRounds(
cipherInstance
*cipher, keyInstance *key,
/external/ipsec-tools/src/racoon/
crypto_openssl.c
1614
cipherInstance
c;
1644
cipherInstance
c;
[
all
...]
Completed in 45 milliseconds