Searched refs:MBEDTLS_MODE_KW (Results 1 – 3 of 3) sorted by relevance
1597 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_encrypt_ext()1600 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_encrypt_ext()1648 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_decrypt_ext()1651 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_decrypt_ext()
2186 MBEDTLS_MODE_KW,2198 MBEDTLS_MODE_KW,2209 MBEDTLS_MODE_KW,
185 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator