Searched refs:keyBits (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/crypto/aes/ |
H A D | aes_impl.c | 104 const uint32_t cipherKey[], int keyBits); 106 const uint32_t cipherKey[], int keyBits); 114 const uint32_t cipherKey[], uint64_t keyBits); 116 const uint32_t cipherKey[], uint64_t keyBits); 877 int keyBits) in rijndael_key_setup_enc_raw() argument 887 if (keyBits == 128) { in rijndael_key_setup_enc_raw() 910 if (keyBits == 192) { in rijndael_key_setup_enc_raw() 936 if (keyBits == 256) { in rijndael_key_setup_enc_raw() 987 rijndael_key_setup_enc(uint64_t rk[], const uint32_t cipherKey[], int keyBits) in rijndael_key_setup_enc() argument 995 Nr = rijndael_key_setup_enc_raw(rk1, cipherKey, keyBits); in rijndael_key_setup_enc() [all …]
|
H A D | aes_impl.h | 133 extern void aes_init_keysched(const uint8_t *cipherKey, uint_t keyBits,
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aeskey.c | 215 int keyBits) in rijndael_key_setup_enc_amd64() argument 217 switch (keyBits) { in rijndael_key_setup_enc_amd64() 563 int keyBits) in rijndael_key_setup_dec_amd64() argument 565 switch (keyBits) { in rijndael_key_setup_dec_amd64()
|
H A D | aes_intel.S | 169 uint64_t keyBits) { 175 uint64_t keyBits) {
|
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/ |
H A D | Tpm20.h | 1263 TPMU_SYM_KEY_BITS keyBits; member 1270 TPMU_SYM_KEY_BITS keyBits; member 1585 TPMI_RSA_KEY_BITS keyBits; member
|