Searched refs:MBEDTLS_MODE_KW (Results 1 – 3 of 3) sorted by relevance
1642 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_encrypt_ext()1645 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_encrypt_ext()1693 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_decrypt_ext()1696 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_decrypt_ext()
2252 MBEDTLS_MODE_KW,2264 MBEDTLS_MODE_KW,2275 MBEDTLS_MODE_KW,
185 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator