Home
last modified time | relevance | path

Searched refs:AES_256_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/common/net/wanboot/crypt/
H A Daes_test.c46 char key[AES_256_KEY_SIZE * 2];
61 "8ea2b7ca516745bfeafc49904b496089", AES_256_KEY_SIZE }
69 unsigned char key[AES_256_KEY_SIZE]; in aestest()
H A Dcbc_test.c48 #define CBC_MAX_KEY_SIZE AES_256_KEY_SIZE
115 aes_key(eh, (uint8_t *)AES_256_KEY, AES_256_KEY_SIZE); in cbctest()
116 cbc_makehandle(&ch, eh, AES_256_KEY_SIZE, AES_BLOCK_SIZE, in cbctest()
H A Daes.h38 #define AES_256_KEY_SIZE 32 macro
H A Daes.c1177 case AES_256_KEY_SIZE: in aes_keycheck()