Searched refs:padlock_aes_align_required (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_padlock.c168 static int padlock_aes_align_required = 1; variable
980 * padlock_aes_align_required is initialized to 1 and the condition is
990 if (!padlock_aes_align_required && (nbytes % AES_BLOCK_SIZE) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c168 static int padlock_aes_align_required = 1; variable
980 * padlock_aes_align_required is initialized to 1 and the condition is
990 if (!padlock_aes_align_required && (nbytes % AES_BLOCK_SIZE) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c153 static int padlock_aes_align_required = 1; variable
957 For now padlock_aes_align_required is initialized to 1 and
964 if (!padlock_aes_align_required && (nbytes%AES_BLOCK_SIZE)==0)

Completed in 113 milliseconds