Searched refs:cipherInstance (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h71 } cipherInstance; typedef in typeref:struct:__anon20236
84 int rijndael_cipherInit(cipherInstance *cipher, u_int8_t mode, char *IV);
86 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
89 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
92 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
95 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
99 int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
H A Drijndael-api-fst.c75 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) {
89 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key,
181 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key,
246 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key,
331 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key,
423 int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcrypto_ext.h28 int __db_cipherInit __P((cipherInstance *, int, char *));
29 int __db_blockEncrypt __P((cipherInstance *, keyInstance *, u_int8_t *, size_t, u_int8_t *));
30 int __db_padEncrypt __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *));
31 int __db_blockDecrypt __P((cipherInstance *, keyInstance *, u_int8_t *, size_t, u_int8_t *));
32 int __db_padDecrypt __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *));
33 int __db_cipherUpdateRounds __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *, int));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c1362 cipherInstance c;
1388 cipherInstance c;

Completed in 72 milliseconds