Searched refs:keyInstance (Results 1 - 3 of 3) sorted by relevance
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
H A D | rijndael-api-fst.h | 65 } keyInstance; typedef in typeref:struct:__anon6953 84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial); 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,
|
H A D | rijndael-api-fst.c | 39 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) { 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/ |
H A D | crypto_openssl.c | 1613 keyInstance k; 1643 keyInstance k;
|
Completed in 2791 milliseconds