Searched defs:keyMaterial (Results 1 – 3 of 3) sorted by relevance
56 char keyMaterial[MAX_KEY_SIZE+1]; /* Raw key data in ASCII, e.g., user input or KAT values */ member
39 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) { in rijndael_makeKey()
3000 mv_aes_deckey(uint8_t *expandedKey, uint8_t *keyMaterial, int keyLen) in mv_aes_deckey()