OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cipherInstance
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/dist/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.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,
Completed in 68 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026