Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Daes.c71 static int aes_padlock_ace = -1; variable
541 if (aes_padlock_ace == -1) { in mbedtls_aes_rk_offset()
542 aes_padlock_ace = mbedtls_padlock_has_support(MBEDTLS_PADLOCK_ACE); in mbedtls_aes_rk_offset()
544 if (aes_padlock_ace) { in mbedtls_aes_rk_offset()
1050 if (aes_padlock_ace > 0) { in mbedtls_aes_crypt_ecb()
1096 if (aes_padlock_ace > 0) { in mbedtls_aes_crypt_cbc()

Completed in 7 milliseconds