Rename boolean functions to be clearer
This commit is contained in:
parent
3eb50fa591
commit
c730ed3f2d
14 changed files with 57 additions and 57 deletions
|
@ -49,7 +49,7 @@ extern "C" {
|
|||
*
|
||||
* \return 1 if CPU has support for the feature, 0 otherwise
|
||||
*/
|
||||
int mbedtls_aesni_supports( unsigned int what );
|
||||
int mbedtls_aesni_has_support( unsigned int what );
|
||||
|
||||
/**
|
||||
* \brief AES-NI AES-ECB block en(de)cryption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue