Searched refs:mbedtls_des_key_check_key_parity (Results 1 – 3 of 3) sorted by relevance
144 int mbedtls_des_key_check_key_parity( const unsigned char key[MBEDTLS_DES_KEY_SIZE] );
266 TEST_ASSERT( mbedtls_des_key_check_key_parity( key ) == 0 );
332 int mbedtls_des_key_check_key_parity( const unsigned char key[MBEDTLS_DES_KEY_SIZE] ) in mbedtls_des_key_check_key_parity() function