Home
last modified time | relevance | path

Searched defs:keyMaterial (Results 1 – 4 of 4) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DAesEaxTest.java44 String message, String keyMaterial, String nonce, String aad, String ciphertext) { in EaxTestVector()
DAesGcmTest.java62 String keyMaterial, in GcmTestVector()
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-api-fst.h56 char keyMaterial[MAX_KEY_SIZE+1]; /* Raw key data in ASCII, e.g., user input or KAT values */ member
Drijndael-api-fst.c39 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) { in rijndael_makeKey()