Searched refs:aes_rounds (Results 1 – 4 of 4) sorted by relevance
| /src/sys/crypto/armv8/ |
| H A D | armv8_crypto_wrap.c | 120 tot = armv8_aes_enc(key->aes_rounds - 1, in armv8_aes_encrypt_cbc() 130 tot = armv8_aes_enc(key->aes_rounds - 1, in armv8_aes_encrypt_cbc() 168 tmp = armv8_aes_dec(key->aes_rounds - 1, in armv8_aes_decrypt_cbc() 178 tmp = armv8_aes_dec(key->aes_rounds - 1, in armv8_aes_decrypt_cbc() 296 armv8_aes_crypt_xts(data_schedule->aes_rounds, in armv8_aes_encrypt_xts() 307 armv8_aes_crypt_xts(data_schedule->aes_rounds, in armv8_aes_decrypt_xts()
|
| H A D | armv8_crypto.h | 37 int aes_rounds; member
|
| /src/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 1401 int aes_rounds = ((aes_key_t *)keysched)->nr; in gcm_encrypt_final_avx() local 1418 aes_encrypt_intel(keysched, aes_rounds, cb, (uint32_t *)tmp); in gcm_encrypt_final_avx() 1431 aes_encrypt_intel(keysched, aes_rounds, J0, J0); in gcm_encrypt_final_avx() 1605 int aes_rounds = ((aes_key_t *)ctx->gcm_keysched)->nr; in gcm_init_avx() local 1639 aes_encrypt_intel(keysched, aes_rounds, in gcm_init_avx()
|
| /src/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-avx512.pl | 100 my %aes_rounds = ( 3349 for my $keylen (sort keys %aes_rounds) { 3350 my $nr = $aes_rounds{$keylen}; 4545 for my $keylen (sort keys %aes_rounds) { 4546 $NROUNDS = $aes_rounds{$keylen}; 4630 for my $keylen (sort keys %aes_rounds) { 4631 $NROUNDS = $aes_rounds{$keylen};
|