Searched refs:keyInstance (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h63 } keyInstance; typedef in typeref:struct:__anon20234
82 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
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.c35 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) {
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.h27 int __db_makeKey __P((keyInstance *, int, 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/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dcrypto.h74 keyInstance decrypt_ki; /* Decryption key instance */
75 keyInstance encrypt_ki; /* Encryption key instance */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c1361 keyInstance k;
1387 keyInstance k;

Completed in 67 milliseconds